Message ID | 20200424131437.48124-1-yuehaibing@huawei.com |
---|---|
State | New |
Headers | show |
Series | [net-next] batman-adv: remove unsued inline function batadv_arp_change_timeout | expand |
diff --git a/net/batman-adv/distributed-arp-table.h b/net/batman-adv/distributed-arp-table.h index 2bff2f4a325c..4e031661682a 100644 --- a/net/batman-adv/distributed-arp-table.h +++ b/net/batman-adv/distributed-arp-table.h @@ -163,11 +163,6 @@ static inline void batadv_dat_init_own_addr(struct batadv_priv *bat_priv, { } -static inline void batadv_arp_change_timeout(struct net_device *soft_iface, - const char *name) -{ -} - static inline int batadv_dat_init(struct batadv_priv *bat_priv) { return 0;
There's no callers in-tree. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- net/batman-adv/distributed-arp-table.h | 5 ----- 1 file changed, 5 deletions(-)