Skip to content

Commit

Permalink
batman-adv: remove unused inline function batadv_arp_change_timeout
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
YueHaibing authored and Simon Wunderlich committed Apr 24, 2020
1 parent 26893e7 commit e73f94d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/batman-adv/distributed-arp-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e73f94d

Please sign in to comment.