[net-next] batman-adv: remove unsued inline function batadv_arp_change_timeout

Message ID 20200424131437.48124-1-yuehaibing@huawei.com (mailing list archive)
State Accepted, archived
Delegated to: Simon Wunderlich
Headers
Series [net-next] batman-adv: remove unsued inline function batadv_arp_change_timeout |

Commit Message

YueHaibing April 24, 2020, 1:14 p.m. UTC
  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(-)
  

Comments

Sven Eckelmann April 24, 2020, 1:23 p.m. UTC | #1
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/e73f94d1b6f05f6f22434c63de255a9dec6fd23d
  

Patch

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;