diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 03:38:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:31:55 -0500 |
commit | 359d8b1599050977771190cf938ef010e951ee04 (patch) | |
tree | 49dba745df16f3161a0027954b6a03ca6bbf57cd /drivers/net/bnx2x_main.c | |
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_main.c')
-rw-r--r-- | drivers/net/bnx2x_main.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 | ||