Skip to content

Commit

Permalink
batman-adv: Remove unused declarations
Browse files Browse the repository at this point in the history
Since commit 335fbe0 ("batman-adv: tvlv - convert tt query packet to use tvlv unicast packets")
batadv_recv_tt_query() is not used.
And commit 122edaa ("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>
  • Loading branch information
YueHaibing authored and Simon Wunderlich committed Aug 3, 2023
1 parent 2744cef commit bbfb428
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/batman-adv/routing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bbfb428

Please sign in to comment.