diff options
author | Dmitry Kravkov <dmitry@broadcom.com> | 2010-07-27 12:34:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-27 20:35:41 -0700 |
commit | 9f6c925889ad9204c7d1f5ca116d2e5fd6036c72 (patch) | |
tree | ab84e3b050729a1a92b54c1b6ed526cb97f9ad7b /drivers/net/bnx2x/bnx2x.h | |
parent | b0efbb996e8554ed8fe59e3f79e0bc83218083ab (diff) | |
download | lwn-9f6c925889ad9204c7d1f5ca116d2e5fd6036c72.tar.gz lwn-9f6c925889ad9204c7d1f5ca116d2e5fd6036c72.zip |
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 @@ #endif #include <linux/mdio.h> +#include <linux/pci.h> #include "bnx2x_reg.h" #include "bnx2x_fw_defs.h" #include "bnx2x_hsi.h" |