openvswitch: Remove unnecessary version.h inclusion
authorSyam Sidhardhan <s.syam@samsung.com>
Mon, 12 Jan 2015 15:19:35 +0000 (20:49 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 19:31:41 +0000 (14:31 -0500)
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>
net/openvswitch/vport-geneve.c

index 484864d..2daf144 100644 (file)
@@ -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>