[PATCH] (27/43) missing include in pcmcia_resource.c

From: Al Viro
Date: Tue Aug 23 2005 - 16:52:28 EST


missing include of asm/irq.h

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-alpha-warnings/drivers/pcmcia/pcmcia_resource.c RC13-rc6-git13-pcmcia-irq/drivers/pcmcia/pcmcia_resource.c
--- RC13-rc6-git13-alpha-warnings/drivers/pcmcia/pcmcia_resource.c 2005-08-10 10:37:50.000000000 -0400
+++ RC13-rc6-git13-pcmcia-irq/drivers/pcmcia/pcmcia_resource.c 2005-08-21 13:17:10.000000000 -0400
@@ -41,6 +41,7 @@


#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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/