Commit 6825a456 authored by Chen Lin's avatar Chen Lin Committed by David S. Miller
Browse files

ionic: Remove unused function pointer typedef ionic_reset_cb



Remove the 'ionic_reset_cb' typedef as it is not used.

Signed-off-by: default avatarChen Lin <chen.lin5@zte.com.cn>
Acked-by: default avatarShannon Nelson <snelson@pensando.io>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b8af417e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -249,8 +249,6 @@ static inline u32 ionic_coal_usec_to_hw(struct ionic *ionic, u32 usecs)
	return (usecs * mult) / div;
}

typedef void (*ionic_reset_cb)(struct ionic_lif *lif, void *arg);

void ionic_link_status_check_request(struct ionic_lif *lif, bool can_sleep);
void ionic_get_stats64(struct net_device *netdev,
		       struct rtnl_link_stats64 *ns);