aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/batman-adv
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2020-04-24 21:14:37 +0800
committerSimon Wunderlich <sw@simonwunderlich.de>2020-04-24 15:22:41 +0200
commite73f94d1b6f05f6f22434c63de255a9dec6fd23d (patch)
tree7de0a2de8e74a4d54d7018950f92b9d4991d24f0 /net/batman-adv
parentbatman-adv: Utilize prandom_u32_max for random [0, max) values (diff)
downloadwireguard-linux-e73f94d1b6f05f6f22434c63de255a9dec6fd23d.tar.xz
wireguard-linux-e73f94d1b6f05f6f22434c63de255a9dec6fd23d.zip
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')
-rw-r--r--net/batman-adv/distributed-arp-table.h5
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;