diff options
Diffstat (limited to 'net/8021q/vlan_dev.c')
-rw-r--r-- | net/8021q/vlan_dev.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index c3adba9501cb..6b985f23fd9f 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c | |||
@@ -21,22 +21,15 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/mm.h> | ||
25 | #include <linux/in.h> | ||
26 | #include <linux/init.h> | ||
27 | #include <asm/uaccess.h> /* for copy_from_user */ | ||
28 | #include <linux/skbuff.h> | 24 | #include <linux/skbuff.h> |
29 | #include <linux/netdevice.h> | 25 | #include <linux/netdevice.h> |
30 | #include <linux/etherdevice.h> | 26 | #include <linux/etherdevice.h> |
31 | #include <linux/ethtool.h> | 27 | #include <linux/ethtool.h> |
32 | #include <net/datalink.h> | ||
33 | #include <net/p8022.h> | ||
34 | #include <net/arp.h> | 28 | #include <net/arp.h> |
35 | 29 | ||
36 | #include "vlan.h" | 30 | #include "vlan.h" |
37 | #include "vlanproc.h" | 31 | #include "vlanproc.h" |
38 | #include <linux/if_vlan.h> | 32 | #include <linux/if_vlan.h> |
39 | #include <net/ip.h> | ||
40 | 33 | ||
41 | /* | 34 | /* |
42 | * Rebuild the Ethernet MAC header. This is called after an ARP | 35 | * Rebuild the Ethernet MAC header. This is called after an ARP |