diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-01-14 08:16:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-17 10:07:58 -0500 |
commit | 8d9d399f14ea65aeb50c7404e986bceede93bb99 (patch) | |
tree | a55ce2e68562013b9d68fc4aa3e80c597308b7e7 | |
parent | 795d9a2538b205d9329f34798ec96503a07b7919 (diff) | |
download | linux-3.10-8d9d399f14ea65aeb50c7404e986bceede93bb99.tar.gz linux-3.10-8d9d399f14ea65aeb50c7404e986bceede93bb99.tar.bz2 linux-3.10-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>
-rw-r--r-- | net/openvswitch/datapath.c | 1 | ||||
-rw-r--r-- | net/openvswitch/datapath.h | 1 | ||||
-rw-r--r-- | net/openvswitch/vport-internal_dev.c | 1 | ||||
-rw-r--r-- | net/openvswitch/vport.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 9a2725114e9..d9d01cbf0fc 100644 --- a/net/openvswitch/datapath.c +++ b/net/openvswitch/datapath.c @@ -36,7 +36,6 @@ #include <linux/rcupdate.h> #include <linux/tcp.h> #include <linux/udp.h> -#include <linux/version.h> #include <linux/ethtool.h> #include <linux/wait.h> #include <asm/system.h> diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 5b9f884b705..c73370cc1f0 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h @@ -25,7 +25,6 @@ #include <linux/netdevice.h> #include <linux/skbuff.h> #include <linux/u64_stats_sync.h> -#include <linux/version.h> #include "flow.h" diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c index 8fc28b86f2b..322b8d20669 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" diff --git a/net/openvswitch/vport.c b/net/openvswitch/vport.c index 7f0ef3794c5..6c066ba25dc 100644 --- a/net/openvswitch/vport.c +++ b/net/openvswitch/vport.c @@ -27,7 +27,6 @@ #include <linux/rcupdate.h> #include <linux/rtnetlink.h> #include <linux/compat.h> -#include <linux/version.h> #include "vport.h" #include "vport-internal_dev.h" |