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/ethernet/chelsio | |
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/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index a9c117fdf77c..d13d36abe55c 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | |||
@@ -61,6 +61,7 @@ | |||
61 | #include <net/neighbour.h> | 61 | #include <net/neighbour.h> |
62 | #include <net/netevent.h> | 62 | #include <net/netevent.h> |
63 | #include <net/addrconf.h> | 63 | #include <net/addrconf.h> |
64 | #include <net/bonding.h> | ||
64 | #include <asm/uaccess.h> | 65 | #include <asm/uaccess.h> |
65 | 66 | ||
66 | #include "cxgb4.h" | 67 | #include "cxgb4.h" |
@@ -71,8 +72,6 @@ | |||
71 | #include "cxgb4_debugfs.h" | 72 | #include "cxgb4_debugfs.h" |
72 | #include "l2t.h" | 73 | #include "l2t.h" |
73 | 74 | ||
74 | #include <../drivers/net/bonding/bonding.h> | ||
75 | |||
76 | #ifdef DRV_VERSION | 75 | #ifdef DRV_VERSION |
77 | #undef DRV_VERSION | 76 | #undef DRV_VERSION |
78 | #endif | 77 | #endif |