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_link.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_link.c')
-rw-r--r-- | drivers/net/bnx2x_link.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 | /********************************************************/ |