Repository : ssh://git@diktynna/batman-adv
On branch : master
commit 47df68d079cbcd28987d87e37ccd9b760a86b1b2 Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Dec 4 08:41:16 2020 +0100
batman-adv: Drop unused soft-interface.h include in fragmentation.c
The commit 992b03b88e36 ("batman-adv: Don't always reallocate the fragmentation skb head") removed the last user of functions from soft-interface.h.
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
47df68d079cbcd28987d87e37ccd9b760a86b1b2 net/batman-adv/fragmentation.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c index 59ebd731..e522f1fc 100644 --- a/net/batman-adv/fragmentation.c +++ b/net/batman-adv/fragmentation.c @@ -27,7 +27,6 @@ #include "originator.h" #include "routing.h" #include "send.h" -#include "soft-interface.h"
/** * batadv_frag_clear_chain() - delete entries in the fragment buffer chain