diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-04-24 21:14:37 +0800 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2020-04-24 15:22:41 +0200 |
commit | e73f94d1b6f05f6f22434c63de255a9dec6fd23d (patch) | |
tree | 7de0a2de8e74a4d54d7018950f92b9d4991d24f0 /net/batman-adv/distributed-arp-table.h | |
parent | 26893e7e928e1790852b072edb9bff3c1309e111 (diff) |
batman-adv: remove unused inline function batadv_arp_change_timeout
There's no callers in-tree.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/distributed-arp-table.h')
-rw-r--r-- | net/batman-adv/distributed-arp-table.h | 5 |
1 files changed, 0 insertions, 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; |