Skip to content

Commit

Permalink
PCMCIA: ss: allow PCI IRQs > 255
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
  • Loading branch information
Russell King - ARM Linux authored and Dominik Brodowski committed Nov 9, 2009
1 parent f397b9c commit 1689164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pcmcia/ss.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 1689164

Please sign in to comment.