diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 04:23:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 02:02:36 -0400 |
commit | cdea52128f6099e8f84459823c45790a78264022 (patch) | |
tree | 944ea80e880e987abdeae354991c7e9877d652c8 /drivers/net/bnx2x_link.h | |
parent | f57a60256d02daba1316c98da472f02cd98a58d3 (diff) |
bnx2x: Removing old PHY FW upgrade code
This code should not have resided in the driver. Now that we have a new
interface, this logic can reside in the application that whishes to upgrade the
PHY FW
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_link.h')
-rw-r--r-- | drivers/net/bnx2x_link.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bnx2x_link.h b/drivers/net/bnx2x_link.h index 9805d210c028..6d26d6c524b9 100644 --- a/drivers/net/bnx2x_link.h +++ b/drivers/net/bnx2x_link.h | |||
@@ -174,8 +174,6 @@ u8 bnx2x_set_led(struct bnx2x *bp, u8 port, u8 mode, u32 speed, | |||
174 | 174 | ||
175 | u8 bnx2x_override_led_value(struct bnx2x *bp, u8 port, u32 led_idx, u32 value); | 175 | u8 bnx2x_override_led_value(struct bnx2x *bp, u8 port, u32 led_idx, u32 value); |
176 | 176 | ||
177 | u8 bnx2x_flash_download(struct bnx2x *bp, u8 port, u32 ext_phy_config, | ||
178 | u8 driver_loaded, char data[], u32 size); | ||
179 | /* bnx2x_handle_module_detect_int should be called upon module detection | 177 | /* bnx2x_handle_module_detect_int should be called upon module detection |
180 | interrupt */ | 178 | interrupt */ |
181 | void bnx2x_handle_module_detect_int(struct link_params *params); | 179 | void bnx2x_handle_module_detect_int(struct link_params *params); |