aboutsummaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-01-17 09:05:33 -0800
committerJesse Gross <jesse@nicira.com>2012-01-17 09:05:33 -0800
commit58cb487b92ab039bd0c3ce5e4b4b5c7063c44476 (patch)
treee235912eff67b35d59c9996f0646e725412d1349 /datapath
parent4df08875a5bc18ad953259bde103f3efc2242198 (diff)
datapath: remove unused version.h includes
remove unused version.h includes as reported by make versioncheck. Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/datapath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/datapath/datapath.h b/datapath/datapath.h
index 27151b9c..7f3946e6 100644
--- a/datapath/datapath.h
+++ b/datapath/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 "checksum.h"
#include "compat.h"