Skip to content

Commit

Permalink
batman-adv: Drop unused headers in trace.h
Browse files Browse the repository at this point in the history
The commit 9abc291 ("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>
  • Loading branch information
Sven Eckelmann authored and Simon Wunderlich committed Aug 17, 2022
1 parent ea92882 commit 7d315c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/batman-adv/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7d315c0

Please sign in to comment.