summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2022-08-17 12:01:44 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2022-08-17 12:10:43 +0200
commit7d315c07eda7ae1bf54f2a05291504b006aecab5 (patch)
tree2e6025004fd3f29cc0e18f585a4abb3fa0712695 /net/batman-adv
parentea92882b1fd8458338995db7c239fa59761af516 (diff)
downloadlinux-7d315c07eda7ae1bf54f2a05291504b006aecab5.tar.gz
linux-7d315c07eda7ae1bf54f2a05291504b006aecab5.tar.bz2
linux-7d315c07eda7ae1bf54f2a05291504b006aecab5.zip
batman-adv: Drop unused headers in trace.h
The commit 9abc291812d7 ("batman-adv: tracing: Use the new __vstring() helper") removed the usage of WARN_ON_ONCE and __dynamic_array in this file. But it was forgotten to adjust the headers accordingly (dropping the now no longer used ones). Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/trace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h
index 31c8f922651d..5dd52bc5cabb 100644
--- a/net/batman-adv/trace.h
+++ b/net/batman-adv/trace.h
@@ -9,8 +9,6 @@
#include "main.h"
-#include <linux/bug.h>
-#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/percpu.h>
#include <linux/printk.h>