aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
authorJean Sacren <sakiwit@gmail.com>2014-08-07 06:50:44 -0600
committerDavid S. Miller <davem@davemloft.net>2014-08-07 16:02:57 -0700
commit2072ec846a4c4ee99a6e59ce989b49b22edad59d (patch)
tree7d44ffe885827aa652159cbb20aacd10947cfc84 /net/openvswitch
parentamd: xgbe: fix duplicate #include of linux/phy.h (diff)
downloadlinux-dev-2072ec846a4c4ee99a6e59ce989b49b22edad59d.tar.xz
linux-dev-2072ec846a4c4ee99a6e59ce989b49b22edad59d.zip
openvswitch: 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>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/datapath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c
index 7ad3f029baae..7228ec3faf19 100644
--- a/net/openvswitch/datapath.c
+++ b/net/openvswitch/datapath.c
@@ -47,8 +47,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>