Repository : ssh://git@diktynna/batman-adv
On branch : master
commit 4a329f32a8a389b6f2ab26d99411a633ff4c6900 Author: Sven Eckelmann sven@narfation.org Date: Wed Aug 17 12:01:44 2022 +0200
batman-adv: Drop unused headers in trace.h
The commit fce06f6da01b ("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
4a329f32a8a389b6f2ab26d99411a633ff4c6900 net/batman-adv/trace.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h index 31c8f922..5dd52bc5 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>