aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2020-04-13 20:26:07 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2020-04-21 10:07:31 +0200
commit9204a4f876b229505f4ab947124d1160b80bbb4c (patch)
treec03c698b3689ec2f325df9abd623be1b27d43456 /net/batman-adv
parentbatman-adv: Fix spelling error in term buffer (diff)
downloadwireguard-linux-9204a4f876b229505f4ab947124d1160b80bbb4c.tar.xz
wireguard-linux-9204a4f876b229505f4ab947124d1160b80bbb4c.zip
batman-adv: trace: Drop unneeded types.h include
The commit 04ae87a52074 ("ftrace: Rework event_create_dir()") restructured various macros in the ftrace framework. These changes also had the nice side effect that the linux/types.h include is no longer necessary to define some of the types used by these macros. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h
index f631b1e01b89..a87547570b4e 100644
--- a/net/batman-adv/trace.h
+++ b/net/batman-adv/trace.h
@@ -15,7 +15,6 @@
#include <linux/percpu.h>
#include <linux/printk.h>
#include <linux/tracepoint.h>
-#include <linux/types.h>
#undef TRACE_SYSTEM
#define TRACE_SYSTEM batadv