From: Jean Sacren Date: Thu, 7 Aug 2014 12:50:44 +0000 (-0600) Subject: openvswitch: fix duplicate #include headers X-Git-Tag: firefly_0821_release~176^2~3401^2~40 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2072ec846a4c4ee99a6e59ce989b49b22edad59d;p=firefly-linux-kernel-4.4.55.git 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 Cc: Pravin Shelar Cc: dev@openvswitch.org Signed-off-by: David S. Miller --- 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 #include #include -#include -#include #include #include #include