diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 08:38:25 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-15 23:31:55 -0800 |
commit | 359d8b1599050977771190cf938ef010e951ee04 (patch) | |
tree | 49dba745df16f3161a0027954b6a03ca6bbf57cd /drivers/net/bnx2x.h | |
parent | 8440d2b63667c7d09ccbe43b8bd928d3c4662879 (diff) |
bnx2x: Moving includes
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index bec5aff649a..5eb35a66f23 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h @@ -29,6 +29,12 @@ #define BNX2X_NEW_NAPI + +#include "bnx2x_reg.h" +#include "bnx2x_fw_defs.h" +#include "bnx2x_hsi.h" +#include "bnx2x_link.h" + /* error/debug prints */ #define DRV_MODULE_NAME "bnx2x" |