aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2011-06-06 10:43:46 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-06 22:55:11 -0700
commita6b7a407865aab9f849dd99a71072b7cd1175116 (patch)
tree42995f2e25b777e8930b5ac180599f8d4e655df6 /include/linux/netdevice.h
parentbe2net: Fix Rx pause counter for lancer (diff)
downloadlinux-dev-a6b7a407865aab9f849dd99a71072b7cd1175116.tar.xz
linux-dev-a6b7a407865aab9f849dd99a71072b7cd1175116.zip
net: remove interrupt.h inclusion from netdevice.h
* remove interrupt.g inclusion from netdevice.h -- not needed * fixup fallout, add interrupt.h and hardirq.h back where needed. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index ca333e79e10f..336288567c78 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1563,7 +1563,6 @@ struct packet_type {
struct list_head list;
};
-#include <linux/interrupt.h>
#include <linux/notifier.h>
extern rwlock_t dev_base_lock; /* Device list lock */