diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-07-27 08:34:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-27 23:35:41 -0400 |
commit | 9f6c925889ad9204c7d1f5ca116d2e5fd6036c72 (patch) | |
tree | ab84e3b050729a1a92b54c1b6ed526cb97f9ad7b /drivers/net/bnx2x/bnx2x.h | |
parent | b0efbb996e8554ed8fe59e3f79e0bc83218083ab (diff) |
bnx2x: Create bnx2x_cmn.* files
Newly created files have no functionality changes,
but includes some functionality from bnx2x_main.c which
is common for PF and coming in the future VF driver.
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x/bnx2x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h index 4afd29201a5c..260507032d39 100644 --- a/drivers/net/bnx2x/bnx2x.h +++ b/drivers/net/bnx2x/bnx2x.h | |||
@@ -45,6 +45,7 @@ | |||
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | #include <linux/mdio.h> | 47 | #include <linux/mdio.h> |
48 | #include <linux/pci.h> | ||
48 | #include "bnx2x_reg.h" | 49 | #include "bnx2x_reg.h" |
49 | #include "bnx2x_fw_defs.h" | 50 | #include "bnx2x_fw_defs.h" |
50 | #include "bnx2x_hsi.h" | 51 | #include "bnx2x_hsi.h" |