diff options
author | David S. Miller <davem@davemloft.net> | 2014-11-10 13:27:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-10 13:27:49 -0500 |
commit | 1ef8019be8799c39f316a772ffdd705c46029752 (patch) | |
tree | 1f235f10cd035d076f240c9a84f3c93f22c489e6 /drivers/net/bonding/bond_alb.c | |
parent | 4483589f7123a73955095d8bb1e31390a48c7568 (diff) |
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index baa58e79256a..e1f1a006af85 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c | |||
@@ -37,8 +37,8 @@ | |||
37 | #include <net/arp.h> | 37 | #include <net/arp.h> |
38 | #include <net/ipv6.h> | 38 | #include <net/ipv6.h> |
39 | #include <asm/byteorder.h> | 39 | #include <asm/byteorder.h> |
40 | #include "bonding.h" | 40 | #include <net/bonding.h> |
41 | #include "bond_alb.h" | 41 | #include <net/bond_alb.h> |
42 | 42 | ||
43 | 43 | ||
44 | 44 | ||