diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 08:23:14 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-12 23:02:36 -0700 |
commit | cdea52128f6099e8f84459823c45790a78264022 (patch) | |
tree | 944ea80e880e987abdeae354991c7e9877d652c8 /drivers/net/bnx2x_link.h | |
parent | f57a60256d02daba1316c98da472f02cd98a58d3 (diff) | |
download | talos-obmc-linux-cdea52128f6099e8f84459823c45790a78264022.tar.gz talos-obmc-linux-cdea52128f6099e8f84459823c45790a78264022.zip |
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, u8 bnx2x_override_led_value(struct bnx2x *bp, u8 port, u32 led_idx, u32 value); -u8 bnx2x_flash_download(struct bnx2x *bp, u8 port, u32 ext_phy_config, - u8 driver_loaded, char data[], u32 size); /* bnx2x_handle_module_detect_int should be called upon module detection interrupt */ void bnx2x_handle_module_detect_int(struct link_params *params); |