From: Simon Wunderlich Date: Fri, 4 Dec 2020 07:41:16 +0000 (+0100) Subject: batman-adv: Drop unused soft-interface.h include in fragmentation.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34a14c2e6310a348a3f23af6e95bf9ea040f3ec8;p=linux.git 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 --- diff --git a/net/batman-adv/fragmentation.c b/net/batman-adv/fragmentation.c index 59ebd73125bf2..e522f1fcfd9af 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