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(-)
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;
On Friday, 24 April 2020 15:14:37 CEST YueHaibing wrote:
There's no callers in-tree.
Added with typo fix in subject [1]
Thanks, Sven
[1] https://git.open-mesh.org/linux-merge.git/commit/e73f94d1b6f05f6f22434c63de2...
b.a.t.m.a.n@lists.open-mesh.org