diff options
author | Alexey Dobriyan | 2011-06-06 12:43:46 +0200 |
---|---|---|
committer | David S. Miller | 2011-06-07 07:55:11 +0200 |
commit | a6b7a407865aab9f849dd99a71072b7cd1175116 (patch) | |
tree | 42995f2e25b777e8930b5ac180599f8d4e655df6 /include/net | |
parent | be2net: Fix Rx pause counter for lancer (diff) | |
download | kernel-qcow2-linux-a6b7a407865aab9f849dd99a71072b7cd1175116.tar.gz kernel-qcow2-linux-a6b7a407865aab9f849dd99a71072b7cd1175116.tar.xz kernel-qcow2-linux-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/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 | ||||
-rw-r--r-- | include/net/sock.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 6c994c004d15..7851c05833e2 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -25,6 +25,7 @@ #ifndef __HCI_CORE_H #define __HCI_CORE_H +#include <linux/interrupt.h> #include <net/bluetooth/hci.h> /* HCI upper protocols */ diff --git a/include/net/sock.h b/include/net/sock.h index f2046e404a61..ebbc0bafe661 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -40,6 +40,7 @@ #ifndef _SOCK_H #define _SOCK_H +#include <linux/hardirq.h> #include <linux/kernel.h> #include <linux/list.h> #include <linux/list_nulls.h> |