Skip to content

Commit d8dba51

Browse files
Philippe Reynesdavem330
Philippe Reynes
authored andcommitted
net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power
This function is not defined, so no need to declare it. As I don't have the hardware, I'd be very pleased if someone may test this patch. Signed-off-by: Philippe Reynes <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d9a8d6a commit d8dba51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ int hw_atl_utils_hw_get_regs(struct aq_hw_s *self,
193193
struct aq_hw_caps_s *aq_hw_caps,
194194
u32 *regs_buff);
195195

196-
int hw_atl_utils_hw_get_settings(struct aq_hw_s *self,
197-
struct ethtool_cmd *cmd);
198-
199196
int hw_atl_utils_hw_set_power(struct aq_hw_s *self,
200197
unsigned int power_state);
201198

0 commit comments

Comments
 (0)