diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-01-14 03:16:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-17 10:07:58 -0500 |
commit | 8d9d399f14ea65aeb50c7404e986bceede93bb99 (patch) | |
tree | a55ce2e68562013b9d68fc4aa3e80c597308b7e7 /net/openvswitch/datapath.h | |
parent | 795d9a2538b205d9329f34798ec96503a07b7919 (diff) |
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/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index 5b9f884b7055..c73370cc1f02 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/netdevice.h> | 25 | #include <linux/netdevice.h> |
26 | #include <linux/skbuff.h> | 26 | #include <linux/skbuff.h> |
27 | #include <linux/u64_stats_sync.h> | 27 | #include <linux/u64_stats_sync.h> |
28 | #include <linux/version.h> | ||
29 | 28 | ||
30 | #include "flow.h" | 29 | #include "flow.h" |
31 | 30 | ||