diff options
author | Sven Eckelmann <sven@narfation.org> | 2020-04-13 20:26:07 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2020-04-21 10:07:31 +0200 |
commit | 9204a4f876b229505f4ab947124d1160b80bbb4c (patch) | |
tree | c03c698b3689ec2f325df9abd623be1b27d43456 /net/batman-adv | |
parent | c08dd06b3d25e8450a2e187ee6b7412d07c460af (diff) | |
download | linux-next-9204a4f876b229505f4ab947124d1160b80bbb4c.tar.gz |
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.h | 1 |
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 |