aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/fragmentation.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2019-05-24 20:11:17 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2019-05-25 12:59:53 +0200
commit68a600de9afc2134aa24d0cce539b98a0acb68b1 (patch)
treec49ee22e4546b1f00daf4a4c5ca656cf500f4070 /net/batman-adv/fragmentation.h
parentbatman-adv: Add missing include for atomic functions (diff)
downloadlinux-dev-68a600de9afc2134aa24d0cce539b98a0acb68b1.tar.xz
linux-dev-68a600de9afc2134aa24d0cce539b98a0acb68b1.zip
batman-adv: Use includes instead of fwdecls
While it can be slightly beneficial for the build performance to use forward declarations instead of includes, the handling of them together with changes in the included headers makes it unnecessary complicated and fragile. Just replace them with actual includes since some parts (hwmon, ..) of the kernel even request avoidance of forward declarations and net/ is mostly not using them in *.c file. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/fragmentation.h')
-rw-r--r--net/batman-adv/fragmentation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/fragmentation.h b/net/batman-adv/fragmentation.h
index d6074ba2ada7..abfe8c6556de 100644
--- a/net/batman-adv/fragmentation.h
+++ b/net/batman-adv/fragmentation.h
@@ -11,11 +11,10 @@
#include <linux/compiler.h>
#include <linux/list.h>
+#include <linux/skbuff.h>
#include <linux/stddef.h>
#include <linux/types.h>
-struct sk_buff;
-
void batadv_frag_purge_orig(struct batadv_orig_node *orig,
bool (*check_cb)(struct batadv_frag_table_entry *));
bool batadv_frag_skb_fwd(struct sk_buff *skb,