diff options
author | Bruce Allan <bruce.w.allan@intel.com> | 2009-11-20 18:26:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-21 14:34:13 -0500 |
commit | fe4016746d2c0b3b690f5d1921c826d14008b118 (patch) | |
tree | b4d89eb1a532f477e372356f8b792a25d1f4a22b /drivers/net/e1000e/82571.c | |
parent | c7e54b1bf90480ca4bdfd1491ac6c4b7bfe07c03 (diff) |
e1000e: remove comments regarding a non-existent api module
Signed-off-by: Bruce Allan <bruce.w.allan@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/e1000e/82571.c')
-rw-r--r-- | drivers/net/e1000e/82571.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index a984bc33fd0c..7cdf1768afac 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
@@ -72,8 +72,6 @@ static void e1000_put_hw_semaphore_82571(struct e1000_hw *hw); | |||
72 | /** | 72 | /** |
73 | * e1000_init_phy_params_82571 - Init PHY func ptrs. | 73 | * e1000_init_phy_params_82571 - Init PHY func ptrs. |
74 | * @hw: pointer to the HW structure | 74 | * @hw: pointer to the HW structure |
75 | * | ||
76 | * This is a function pointer entry point called by the api module. | ||
77 | **/ | 75 | **/ |
78 | static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) | 76 | static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) |
79 | { | 77 | { |
@@ -136,8 +134,6 @@ static s32 e1000_init_phy_params_82571(struct e1000_hw *hw) | |||
136 | /** | 134 | /** |
137 | * e1000_init_nvm_params_82571 - Init NVM func ptrs. | 135 | * e1000_init_nvm_params_82571 - Init NVM func ptrs. |
138 | * @hw: pointer to the HW structure | 136 | * @hw: pointer to the HW structure |
139 | * | ||
140 | * This is a function pointer entry point called by the api module. | ||
141 | **/ | 137 | **/ |
142 | static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) | 138 | static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) |
143 | { | 139 | { |
@@ -201,8 +197,6 @@ static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw) | |||
201 | /** | 197 | /** |
202 | * e1000_init_mac_params_82571 - Init MAC func ptrs. | 198 | * e1000_init_mac_params_82571 - Init MAC func ptrs. |
203 | * @hw: pointer to the HW structure | 199 | * @hw: pointer to the HW structure |
204 | * | ||
205 | * This is a function pointer entry point called by the api module. | ||
206 | **/ | 200 | **/ |
207 | static s32 e1000_init_mac_params_82571(struct e1000_adapter *adapter) | 201 | static s32 e1000_init_mac_params_82571(struct e1000_adapter *adapter) |
208 | { | 202 | { |
@@ -830,8 +824,7 @@ static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) | |||
830 | * e1000_reset_hw_82571 - Reset hardware | 824 | * e1000_reset_hw_82571 - Reset hardware |
831 | * @hw: pointer to the HW structure | 825 | * @hw: pointer to the HW structure |
832 | * | 826 | * |
833 | * This resets the hardware into a known state. This is a | 827 | * This resets the hardware into a known state. |
834 | * function pointer entry point called by the api module. | ||
835 | **/ | 828 | **/ |
836 | static s32 e1000_reset_hw_82571(struct e1000_hw *hw) | 829 | static s32 e1000_reset_hw_82571(struct e1000_hw *hw) |
837 | { | 830 | { |