diff options
author | Rasesh Mody <rmody@brocade.com> | 2011-07-22 12:07:49 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-23 04:01:14 +0400 |
commit | 758ccc34389811c84382a79e198e4b6250ae0478 (patch) | |
tree | 99a19f9c3a4ac7f3243b2ac26741d85d757d6d8b /drivers/net/bna/bna_txrx.c | |
parent | 9b08a4fce2245748f05b43e1c03fd1676079e003 (diff) | |
download | linux-758ccc34389811c84382a79e198e4b6250ae0478.tar.xz |
bna: Header File Consolidation
Change details:
- Consolidated bfa_sm.h and bfa_wc.h into bfa_cs.h
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bna/bna_txrx.c')
-rw-r--r-- | drivers/net/bna/bna_txrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bna/bna_txrx.c b/drivers/net/bna/bna_txrx.c index 4d4f4d97a345..f0983c832447 100644 --- a/drivers/net/bna/bna_txrx.c +++ b/drivers/net/bna/bna_txrx.c @@ -16,7 +16,7 @@ * www.brocade.com */ #include "bna.h" -#include "bfa_sm.h" +#include "bfa_cs.h" #include "bfi.h" /** |