batman-adv: trace: Drop unneeded types.h include
authorSven Eckelmann <sven@narfation.org>
Mon, 13 Apr 2020 18:26:07 +0000 (20:26 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 21 Apr 2020 08:07:31 +0000 (10:07 +0200)
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>
net/batman-adv/trace.h

index f631b1e..a875475 100644 (file)
@@ -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