batman-adv: Drop unused headers in trace.h
authorSven Eckelmann <sven@narfation.org>
Wed, 17 Aug 2022 10:01:44 +0000 (12:01 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 17 Aug 2022 10:10:43 +0000 (12:10 +0200)
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>
net/batman-adv/trace.h

index 31c8f92..5dd52bc 100644 (file)
@@ -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>