commit | 359d8b1599050977771190cf938ef010e951ee04 | [log] [tgz] |
---|---|---|
author | Eilon Greenstein <eilong@broadcom.com> | Thu Feb 12 08:38:25 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 15 23:31:55 2009 -0800 |
tree | 49dba745df16f3161a0027954b6a03ca6bbf57cd | |
parent | 8440d2b63667c7d09ccbe43b8bd928d3c4662879 [diff] [blame] |
bnx2x: Moving includes Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 78f628a..3f84027 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c
@@ -50,10 +50,7 @@ #include <linux/zlib.h> #include <linux/io.h> -#include "bnx2x_reg.h" -#include "bnx2x_fw_defs.h" -#include "bnx2x_hsi.h" -#include "bnx2x_link.h" + #include "bnx2x.h" #include "bnx2x_init.h"