diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-06-06 06:43:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-07 01:55:11 -0400 |
commit | a6b7a407865aab9f849dd99a71072b7cd1175116 (patch) | |
tree | 42995f2e25b777e8930b5ac180599f8d4e655df6 /drivers/net/hamradio | |
parent | aedfebbaa7a4883dc568d8d32b7b32a0f9833f41 (diff) |
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 'drivers/net/hamradio')
-rw-r--r-- | drivers/net/hamradio/baycom_ser_fdx.c | 1 | ||||
-rw-r--r-- | drivers/net/hamradio/baycom_ser_hdx.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/hamradio/baycom_ser_fdx.c b/drivers/net/hamradio/baycom_ser_fdx.c index 99cdce33df8b..a974727dd9a2 100644 --- a/drivers/net/hamradio/baycom_ser_fdx.c +++ b/drivers/net/hamradio/baycom_ser_fdx.c | |||
@@ -76,6 +76,7 @@ | |||
76 | #include <linux/ioport.h> | 76 | #include <linux/ioport.h> |
77 | #include <linux/string.h> | 77 | #include <linux/string.h> |
78 | #include <linux/init.h> | 78 | #include <linux/init.h> |
79 | #include <linux/interrupt.h> | ||
79 | #include <linux/hdlcdrv.h> | 80 | #include <linux/hdlcdrv.h> |
80 | #include <linux/baycom.h> | 81 | #include <linux/baycom.h> |
81 | #include <linux/jiffies.h> | 82 | #include <linux/jiffies.h> |
diff --git a/drivers/net/hamradio/baycom_ser_hdx.c b/drivers/net/hamradio/baycom_ser_hdx.c index d92fe6ca788f..e349d867449b 100644 --- a/drivers/net/hamradio/baycom_ser_hdx.c +++ b/drivers/net/hamradio/baycom_ser_hdx.c | |||
@@ -66,6 +66,7 @@ | |||
66 | #include <linux/ioport.h> | 66 | #include <linux/ioport.h> |
67 | #include <linux/string.h> | 67 | #include <linux/string.h> |
68 | #include <linux/init.h> | 68 | #include <linux/init.h> |
69 | #include <linux/interrupt.h> | ||
69 | #include <asm/uaccess.h> | 70 | #include <asm/uaccess.h> |
70 | #include <asm/io.h> | 71 | #include <asm/io.h> |
71 | #include <linux/hdlcdrv.h> | 72 | #include <linux/hdlcdrv.h> |