summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorDavid S. Miller2014-11-10 19:27:49 +0100
committerDavid S. Miller2014-11-10 19:27:49 +0100
commit1ef8019be8799c39f316a772ffdd705c46029752 (patch)
tree1f235f10cd035d076f240c9a84f3c93f22c489e6 /drivers/net/bonding/bond_main.c
parentcxgb4: Remove unnecessary struct in6_addr * casts (diff)
downloadkernel-qcow2-linux-1ef8019be8799c39f316a772ffdd705c46029752.tar.gz
kernel-qcow2-linux-1ef8019be8799c39f316a772ffdd705c46029752.tar.xz
kernel-qcow2-linux-1ef8019be8799c39f316a772ffdd705c46029752.zip
net: Move bonding headers under include/net
This ways drivers like cxgb4 don't need to do ugly relative includes. Reported-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r--drivers/net/bonding/bond_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index c7520082fb0d..b9b34566b9b8 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -77,9 +77,9 @@
#include <net/pkt_sched.h>
#include <linux/rculist.h>
#include <net/flow_keys.h>
-#include "bonding.h"
-#include "bond_3ad.h"
-#include "bond_alb.h"
+#include <net/bonding.h>
+#include <net/bond_3ad.h>
+#include <net/bond_alb.h>
/*---------------------------- Module parameters ----------------------------*/