From: Syam Sidhardhan Date: Mon, 12 Jan 2015 15:19:35 +0000 (+0530) Subject: openvswitch: Remove unnecessary version.h inclusion X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a440edf1fc01d95a1552dea7ac644e92fb588f5c;p=linux-beck.git openvswitch: Remove unnecessary version.h inclusion version.h inclusion is not necessary as detected by versioncheck. Signed-off-by: Syam Sidhardhan Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- 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 - #include #include #include