aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSyam Sidhardhan <s.syam@samsung.com>2015-01-12 20:49:35 +0530
committerDavid S. Miller <davem@davemloft.net>2015-01-13 14:31:41 -0500
commita440edf1fc01d95a1552dea7ac644e92fb588f5c (patch)
treeb5e2bd63dc41abafbc49ee2b8d6988c715dbc5b9 /net
parenttcp: avoid reducing cwnd when ACK+DSACK is received (diff)
downloadlinux-dev-a440edf1fc01d95a1552dea7ac644e92fb588f5c.tar.xz
linux-dev-a440edf1fc01d95a1552dea7ac644e92fb588f5c.zip
openvswitch: Remove unnecessary version.h inclusion
version.h inclusion is not necessary as detected by versioncheck. Signed-off-by: Syam Sidhardhan <s.syam@samsung.com> Acked-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/openvswitch/vport-geneve.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/vport-geneve.c b/net/openvswitch/vport-geneve.c
index 484864dd0e68..2daf1440618b 100644
--- a/net/openvswitch/vport-geneve.c
+++ b/net/openvswitch/vport-geneve.c
@@ -9,8 +9,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/version.h>
-
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/net.h>