aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-07-15 01:51:55 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-15 01:51:55 -0400
commit61362766d769c934a9d12d5516323c544c161908 (patch)
tree2d15247c2fc7c204cbf8859cdd92f99d02577e4b /net/8021q/vlan_dev.c
parentd80aa31bbffc4bc8b5be36c57cbea128f52e1e1f (diff)
vlan: remove unnecessary include statements
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/8021q/vlan_dev.c')
-rw-r--r--net/8021q/vlan_dev.c7
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