[PATCH] missing include of asm/irq.h in drivers/net
[linux-block.git] / drivers / net / tulip / xircom_cb.c
index 60d1e05ab732360af639655550cc24314d342b46..42e9ffb07af428f5559dc1ac5a38f8cbb17f1653 100644 (file)
@@ -32,6 +32,9 @@
 
 #include <asm/uaccess.h>
 #include <asm/io.h>
+#ifdef CONFIG_NET_POLL_CONTROLLER
+#include <asm/irq.h>
+#endif
 
 #ifdef DEBUG
 #define enter(x)   printk("Enter: %s, %s line %i\n",x,__FILE__,__LINE__)