]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Move bonding headers under include/net
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 18:27:49 +0000 (13:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 18:27:49 +0000 (13:27 -0500)
commit1ef8019be8799c39f316a772ffdd705c46029752
tree1f235f10cd035d076f240c9a84f3c93f22c489e6
parent4483589f7123a73955095d8bb1e31390a48c7568
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>
14 files changed:
drivers/net/bonding/bond_3ad.c
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_debugfs.c
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_netlink.c
drivers/net/bonding/bond_options.c
drivers/net/bonding/bond_procfs.c
drivers/net/bonding/bond_sysfs.c
drivers/net/bonding/bond_sysfs_slave.c
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c
include/net/bond_3ad.h [moved from drivers/net/bonding/bond_3ad.h with 99% similarity]
include/net/bond_alb.h [moved from drivers/net/bonding/bond_alb.h with 98% similarity]
include/net/bond_options.h [moved from drivers/net/bonding/bond_options.h with 97% similarity]
include/net/bonding.h [moved from drivers/net/bonding/bonding.h with 99% similarity]