aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-internal_dev.c
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-01-14 08:16:21 +0000
committerDavid S. Miller <davem@davemloft.net>2012-01-17 10:07:58 -0500
commit8d9d399f14ea65aeb50c7404e986bceede93bb99 (patch)
treea55ce2e68562013b9d68fc4aa3e80c597308b7e7 /net/openvswitch/vport-internal_dev.c
parentbql: Fix inconsistency between file mode and attr method. (diff)
downloadlinux-dev-8d9d399f14ea65aeb50c7404e986bceede93bb99.tar.xz
linux-dev-8d9d399f14ea65aeb50c7404e986bceede93bb99.zip
net: remove version.h includes in net/openvswitch/
remove version.h includes in net/openswitch/ as reported by make versioncheck. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport-internal_dev.c')
-rw-r--r--net/openvswitch/vport-internal_dev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c
index 8fc28b86f2b3..322b8d206693 100644
--- a/net/openvswitch/vport-internal_dev.c
+++ b/net/openvswitch/vport-internal_dev.c
@@ -23,7 +23,6 @@
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/skbuff.h>
-#include <linux/version.h>
#include "datapath.h"
#include "vport-internal_dev.h"