diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-02-06 18:17:26 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-07 05:43:05 -0500 |
commit | a8d2a0c27f84bdbf54b7e1c1a52ef7b8b7196dbc (patch) | |
tree | 0c1a666348dd94797740a0788a025764a303f54e /drivers/net/igb/e1000_phy.h | |
parent | 40a70b3889ea50daa10a7f3468920c1f5483155d (diff) |
igb: rename phy ops
This patch renames write_phy_reg to write_reg and read_phy_reg to read_reg.
It seems redundant to call out phy in an operation that is part of the
phy_ops struct.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/e1000_phy.h')
-rw-r--r-- | drivers/net/igb/e1000_phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_phy.h b/drivers/net/igb/e1000_phy.h index 8f8fe0a780d1..7499e5deec48 100644 --- a/drivers/net/igb/e1000_phy.h +++ b/drivers/net/igb/e1000_phy.h | |||
@@ -44,7 +44,6 @@ enum e1000_smart_speed { | |||
44 | s32 igb_check_downshift(struct e1000_hw *hw); | 44 | s32 igb_check_downshift(struct e1000_hw *hw); |
45 | s32 igb_check_reset_block(struct e1000_hw *hw); | 45 | s32 igb_check_reset_block(struct e1000_hw *hw); |
46 | s32 igb_copper_link_autoneg(struct e1000_hw *hw); | 46 | s32 igb_copper_link_autoneg(struct e1000_hw *hw); |
47 | s32 igb_phy_force_speed_duplex(struct e1000_hw *hw); | ||
48 | s32 igb_copper_link_setup_igp(struct e1000_hw *hw); | 47 | s32 igb_copper_link_setup_igp(struct e1000_hw *hw); |
49 | s32 igb_copper_link_setup_m88(struct e1000_hw *hw); | 48 | s32 igb_copper_link_setup_m88(struct e1000_hw *hw); |
50 | s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw); | 49 | s32 igb_phy_force_speed_duplex_igp(struct e1000_hw *hw); |