diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2011-06-06 10:43:46 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-06 22:55:11 -0700 |
commit | a6b7a407865aab9f849dd99a71072b7cd1175116 (patch) | |
tree | 42995f2e25b777e8930b5ac180599f8d4e655df6 /drivers/atm/eni.h | |
parent | aedfebbaa7a4883dc568d8d32b7b32a0f9833f41 (diff) | |
download | linux-a6b7a407865aab9f849dd99a71072b7cd1175116.tar.bz2 |
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/atm/eni.h')
-rw-r--r-- | drivers/atm/eni.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/eni.h b/drivers/atm/eni.h index e4c9525e60b3..493a6932507e 100644 --- a/drivers/atm/eni.h +++ b/drivers/atm/eni.h @@ -8,6 +8,7 @@ #include <linux/atm.h> #include <linux/atmdev.h> +#include <linux/interrupt.h> #include <linux/sonet.h> #include <linux/skbuff.h> #include <linux/time.h> |