aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_netlink.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_netlink.c
parentcxgb4: Remove unnecessary struct in6_addr * casts (diff)
downloadlinux-dev-1ef8019be8799c39f316a772ffdd705c46029752.tar.xz
linux-dev-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_netlink.c')
-rw-r--r--drivers/net/bonding/bond_netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_netlink.c b/drivers/net/bonding/bond_netlink.c
index c13d83e15ace..3e6eebd5be50 100644
--- a/drivers/net/bonding/bond_netlink.c
+++ b/drivers/net/bonding/bond_netlink.c
@@ -17,7 +17,7 @@
#include <linux/if_ether.h>
#include <net/netlink.h>
#include <net/rtnetlink.h>
-#include "bonding.h"
+#include <net/bonding.h>
static size_t bond_get_slave_size(const struct net_device *bond_dev,
const struct net_device *slave_dev)