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>
This commit is contained in:
parent
aedfebbaa7
commit
a6b7a40786
163 changed files with 165 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue