public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] batman-adv: remove unsued inline function batadv_arp_change_timeout
@ 2020-04-24 13:14 YueHaibing
  2020-04-24 13:23 ` Sven Eckelmann
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-04-24 13:14 UTC (permalink / raw)
  To: mareklindner, sw, a, sven, davem, kuba
  Cc: b.a.t.m.a.n, netdev, linux-kernel, YueHaibing

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;
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-24 13:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 13:14 [PATCH net-next] batman-adv: remove unsued inline function batadv_arp_change_timeout YueHaibing
2020-04-24 13:23 ` Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox