Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8dba51d authored by Philippe Reynes's avatar Philippe Reynes Committed by David S. Miller
Browse files

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: default avatarPhilippe Reynes <tremyfr@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9a8d6a1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -193,9 +193,6 @@ int hw_atl_utils_hw_get_regs(struct aq_hw_s *self,
			     struct aq_hw_caps_s *aq_hw_caps,
			     u32 *regs_buff);

int hw_atl_utils_hw_get_settings(struct aq_hw_s *self,
				 struct ethtool_cmd *cmd);

int hw_atl_utils_hw_set_power(struct aq_hw_s *self,
			      unsigned int power_state);