summaryrefslogtreecommitdiff
path: root/datapath/datapath.c
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2014-09-12 11:31:27 -0700
committerPravin B Shelar <pshelar@nicira.com>2014-09-12 14:28:59 -0700
commit49f24f6dc62eebef2d68f265400c8989dcfdf097 (patch)
tree81cacafe64674f2375a7305ad86d72d32e29c8f9 /datapath/datapath.c
parentbc36fcd3d39a674262a3ea632c29b9f2ea7a7415 (diff)
downloadopenvswitch-49f24f6dc62eebef2d68f265400c8989dcfdf097.tar.gz
datapath: fix duplicate #include headers
The #include headers net/genetlink.h and linux/genetlink.h both were included twice, so delete each of the duplicate. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Cc: Pravin Shelar <pshelar@nicira.com> Cc: dev@openvswitch.org Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'datapath/datapath.c')
-rw-r--r--datapath/datapath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/datapath/datapath.c b/datapath/datapath.c
index 59f73d7cb..2134a039a 100644
--- a/datapath/datapath.c
+++ b/datapath/datapath.c
@@ -48,8 +48,6 @@
#include <linux/openvswitch.h>
#include <linux/rculist.h>
#include <linux/dmi.h>
-#include <linux/genetlink.h>
-#include <net/genetlink.h>
#include <net/genetlink.h>
#include <net/net_namespace.h>
#include <net/netns/generic.h>