diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-15 20:44:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-15 20:44:45 -0800 |
| commit | 0af151571bfdf280d4a1a899029a32cfd0594e03 (patch) | |
| tree | 00c195d4da31a552cdcfd12f3c07a731ea8a7158 /include/linux | |
| parent | e8c51293c6ab5487d7cf0c92e30a98345f7f3c49 (diff) | |
Remove bogus linux/irq.h include that fails build on ARM.
Verified to not break anything on x86 either.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netpoll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h index 965ce83bfbc3..a9e4817c416e 100644 --- a/include/linux/netpoll.h +++ b/include/linux/netpoll.h @@ -9,7 +9,6 @@ #include <linux/netdevice.h> #include <linux/interrupt.h> -#include <linux/irq.h> #include <linux/list.h> struct netpoll; |
