diff options
author | Jean Sacren <sakiwit@gmail.com> | 2014-08-07 06:50:44 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-07 16:02:57 -0700 |
commit | 2072ec846a4c4ee99a6e59ce989b49b22edad59d (patch) | |
tree | 7d44ffe885827aa652159cbb20aacd10947cfc84 /net | |
parent | 67f2527a68fc0ffc467ed43cbff301a24256f702 (diff) | |
download | op-kernel-dev-2072ec846a4c4ee99a6e59ce989b49b22edad59d.zip op-kernel-dev-2072ec846a4c4ee99a6e59ce989b49b22edad59d.tar.gz |
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')
-rw-r--r-- | net/openvswitch/datapath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c index 7ad3f02..7228ec3 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> |