Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 531e5ca6 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] missing include in pcmcia_resource.c



missing include of asm/irq.h

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 18415e92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ module_param(io_speed, int, 0444);


#ifdef CONFIG_PCMCIA_PROBE
#include <asm/irq.h>
/* mask of IRQs already reserved by other cards, we should avoid using them */
static u8 pcmcia_used_irq[NR_IRQS];
#endif