From: Sven Eckelmann Date: Mon, 13 Apr 2020 18:26:07 +0000 (+0200) Subject: batman-adv: trace: Drop unneeded types.h include X-Git-Tag: v5.8-rc1~165^2~409^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9204a4f876b229505f4ab947124d1160b80bbb4c;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h index f631b1e01b891..a87547570b4e0 100644 --- a/net/batman-adv/trace.h +++ b/net/batman-adv/trace.h @@ -15,7 +15,6 @@ #include #include #include -#include #undef TRACE_SYSTEM #define TRACE_SYSTEM batadv