summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-11-10 13:27:49 -0500
committerDavid S. Miller <davem@davemloft.net>2014-11-10 13:27:49 -0500
commit1ef8019be8799c39f316a772ffdd705c46029752 (patch)
tree1f235f10cd035d076f240c9a84f3c93f22c489e6 /drivers/net/bonding/bond_alb.c
parent4483589f7123a73955095d8bb1e31390a48c7568 (diff)
downloadop-kernel-dev-1ef8019be8799c39f316a772ffdd705c46029752.zip
op-kernel-dev-1ef8019be8799c39f316a772ffdd705c46029752.tar.gz
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_alb.c')
-rw-r--r--drivers/net/bonding/bond_alb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c
index baa58e7..e1f1a00 100644
--- a/drivers/net/bonding/bond_alb.c
+++ b/drivers/net/bonding/bond_alb.c
@@ -37,8 +37,8 @@
#include <net/arp.h>
#include <net/ipv6.h>
#include <asm/byteorder.h>
-#include "bonding.h"
-#include "bond_alb.h"
+#include <net/bonding.h>
+#include <net/bond_alb.h>
OpenPOWER on IntegriCloud