diff options
author | David S. Miller <davem@davemloft.net> | 2014-11-10 19:27:49 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-10 19:27:49 +0100 |
commit | 1ef8019be8799c39f316a772ffdd705c46029752 (patch) | |
tree | 1f235f10cd035d076f240c9a84f3c93f22c489e6 /drivers/net/bonding/bond_procfs.c | |
parent | cxgb4: Remove unnecessary struct in6_addr * casts (diff) | |
download | linux-1ef8019be8799c39f316a772ffdd705c46029752.tar.xz 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_procfs.c')
-rw-r--r-- | drivers/net/bonding/bond_procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_procfs.c b/drivers/net/bonding/bond_procfs.c index a3948f8d1e53..976f5ad2a0f2 100644 --- a/drivers/net/bonding/bond_procfs.c +++ b/drivers/net/bonding/bond_procfs.c @@ -2,7 +2,7 @@ #include <linux/export.h> #include <net/net_namespace.h> #include <net/netns/generic.h> -#include "bonding.h" +#include <net/bonding.h> static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) |