diff options
-rw-r--r-- | drivers/net/bnx2x.h | 6 | ||||
-rw-r--r-- | drivers/net/bnx2x_link.c | 4 | ||||
-rw-r--r-- | drivers/net/bnx2x_main.c | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index bec5aff649a7..5eb35a66f23e 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -29,6 +29,12 @@ | |||
29 | 29 | ||
30 | #define BNX2X_NEW_NAPI | 30 | #define BNX2X_NEW_NAPI |
31 | 31 | ||
32 | |||
33 | #include "bnx2x_reg.h" | ||
34 | #include "bnx2x_fw_defs.h" | ||
35 | #include "bnx2x_hsi.h" | ||
36 | #include "bnx2x_link.h" | ||
37 | |||
32 | /* error/debug prints */ | 38 | /* error/debug prints */ |
33 | 39 | ||
34 | #define DRV_MODULE_NAME "bnx2x" | 40 | #define DRV_MODULE_NAME "bnx2x" |
diff --git a/drivers/net/bnx2x_link.c b/drivers/net/bnx2x_link.c index 39db995c6985..5a17c7c90286 100644 --- a/drivers/net/bnx2x_link.c +++ b/drivers/net/bnx2x_link.c | |||
@@ -22,10 +22,6 @@ | |||
22 | #include <linux/ethtool.h> | 22 | #include <linux/ethtool.h> |
23 | #include <linux/mutex.h> | 23 | #include <linux/mutex.h> |
24 | 24 | ||
25 | #include "bnx2x_reg.h" | ||
26 | #include "bnx2x_fw_defs.h" | ||
27 | #include "bnx2x_hsi.h" | ||
28 | #include "bnx2x_link.h" | ||
29 | #include "bnx2x.h" | 25 | #include "bnx2x.h" |
30 | 26 | ||
31 | /********************************************************/ | 27 | /********************************************************/ |
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 78f628a07839..3f8402750c7a 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c | |||
@@ -50,10 +50,7 @@ | |||
50 | #include <linux/zlib.h> | 50 | #include <linux/zlib.h> |
51 | #include <linux/io.h> | 51 | #include <linux/io.h> |
52 | 52 | ||
53 | #include "bnx2x_reg.h" | 53 | |
54 | #include "bnx2x_fw_defs.h" | ||
55 | #include "bnx2x_hsi.h" | ||
56 | #include "bnx2x_link.h" | ||
57 | #include "bnx2x.h" | 54 | #include "bnx2x.h" |
58 | #include "bnx2x_init.h" | 55 | #include "bnx2x_init.h" |
59 | 56 | ||