Skip to content

Commit

Permalink
batman-adv: Drop unused soft-interface.h include in fragmentation.c
Browse files Browse the repository at this point in the history
The commit 992b03b ("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 <[email protected]>
  • Loading branch information
simonwunderlich committed Dec 4, 2020
1 parent a962cb2 commit 34a14c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/batman-adv/fragmentation.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34a14c2

Please sign in to comment.