diff options
author | Syam Sidhardhan | 2015-01-12 20:49:35 +0530 |
---|---|---|
committer | David S. Miller | 2015-01-13 14:31:41 -0500 |
commit | a440edf1fc01d95a1552dea7ac644e92fb588f5c (patch) | |
tree | b5e2bd63dc41abafbc49ee2b8d6988c715dbc5b9 /net/openvswitch/vport-geneve.c | |
parent | 08abdffa1c16b9603ee9bb33f3226ff186d98fa1 (diff) |
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/openvswitch/vport-geneve.c')
-rw-r--r-- | net/openvswitch/vport-geneve.c | 2 |
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> |