[PATCH] missing include in pcmcia_resource.c

missing include of asm/irq.h

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds 531e5ca6 18415e92

+1
+1
drivers/pcmcia/pcmcia_resource.c
··· 41 41 42 42 43 43 #ifdef CONFIG_PCMCIA_PROBE 44 + #include <asm/irq.h> 44 45 /* mask of IRQs already reserved by other cards, we should avoid using them */ 45 46 static u8 pcmcia_used_irq[NR_IRQS]; 46 47 #endif