diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-26 16:25:25 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2023-08-03 21:11:42 +0200 |
commit | bbfb428a0cf6fbce4bcb34510a8eb0cf9b3841a4 (patch) | |
tree | a6ae30d5339851574d2abbcdf961db4ef17ddf13 /net/batman-adv | |
parent | batman-adv: Start new development cycle (diff) | |
download | linux-bbfb428a0cf6fbce4bcb34510a8eb0cf9b3841a4.tar.xz linux-bbfb428a0cf6fbce4bcb34510a8eb0cf9b3841a4.zip |
batman-adv: Remove unused declarations
Since commit 335fbe0f5d25 ("batman-adv: tvlv - convert tt query packet to use tvlv unicast packets")
batadv_recv_tt_query() is not used.
And commit 122edaa05940 ("batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets")
left behind batadv_recv_roam_adv().
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/routing.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 5f387786e9a7..afd15b3879f1 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h @@ -27,10 +27,6 @@ int batadv_recv_frag_packet(struct sk_buff *skb, struct batadv_hard_iface *iface); int batadv_recv_bcast_packet(struct sk_buff *skb, struct batadv_hard_iface *recv_if); -int batadv_recv_tt_query(struct sk_buff *skb, - struct batadv_hard_iface *recv_if); -int batadv_recv_roam_adv(struct sk_buff *skb, - struct batadv_hard_iface *recv_if); int batadv_recv_unicast_tvlv(struct sk_buff *skb, struct batadv_hard_iface *recv_if); int batadv_recv_unhandled_unicast_packet(struct sk_buff *skb, |