diff options
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 5864ae2faabc..903c89d8518a 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h | |||
@@ -30,6 +30,8 @@ | |||
30 | #define BNX2X_NEW_NAPI | 30 | #define BNX2X_NEW_NAPI |
31 | 31 | ||
32 | 32 | ||
33 | |||
34 | #include <linux/mdio.h> | ||
33 | #include "bnx2x_reg.h" | 35 | #include "bnx2x_reg.h" |
34 | #include "bnx2x_fw_defs.h" | 36 | #include "bnx2x_fw_defs.h" |
35 | #include "bnx2x_hsi.h" | 37 | #include "bnx2x_hsi.h" |
@@ -895,6 +897,7 @@ struct bnx2x { | |||
895 | 897 | ||
896 | struct link_params link_params; | 898 | struct link_params link_params; |
897 | struct link_vars link_vars; | 899 | struct link_vars link_vars; |
900 | struct mdio_if_info mdio; | ||
898 | 901 | ||
899 | struct bnx2x_common common; | 902 | struct bnx2x_common common; |
900 | struct bnx2x_port port; | 903 | struct bnx2x_port port; |