mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
PCMCIA: ss: allow PCI IRQs > 255
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
f397b9c5dc
commit
1689164a27
@ -172,7 +172,7 @@ struct pcmcia_socket {
|
||||
u_int irq_mask;
|
||||
u_int map_size;
|
||||
u_int io_offset;
|
||||
u_char pci_irq;
|
||||
u_int pci_irq;
|
||||
struct pci_dev * cb_dev;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user