aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-10-07 03:23:06 +0000
committerDavid S. Miller <davem@davemloft.net>2012-10-07 14:50:38 -0400
commitd717f14ee0ffb53cb59bd069a33ea36d03a5406e (patch)
treeb4cc136efa366233e1cd4dff4402c732d687963d /drivers/net/vxlan.c
parentnet: gro: fix a potential crash in skb_gro_reset_offset (diff)
downloadlinux-dev-d717f14ee0ffb53cb59bd069a33ea36d03a5406e.tar.xz
linux-dev-d717f14ee0ffb53cb59bd069a33ea36d03a5406e.zip
vxlan: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vxlan.c')
-rw-r--r--drivers/net/vxlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 51de9edb55f5..6f95580bf9d4 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -28,7 +28,6 @@
#include <linux/igmp.h>
#include <linux/etherdevice.h>
#include <linux/if_ether.h>
-#include <linux/version.h>
#include <linux/hash.h>
#include <net/ip.h>
#include <net/icmp.h>