batman-adv: trace: Drop unneeded types.h include

Message ID 20200413182607.21802-1-sven@narfation.org (mailing list archive)
State Accepted, archived
Delegated to: Simon Wunderlich
Headers
Series batman-adv: trace: Drop unneeded types.h include |

Commit Message

Sven Eckelmann April 13, 2020, 6:26 p.m. UTC
  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>
---
 net/batman-adv/trace.h | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/net/batman-adv/trace.h b/net/batman-adv/trace.h
index f631b1e0..a8754757 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