Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67b84999 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

Revert "tracing: Include module.h in define_trace.h"



This reverts commit 3a9f987b.

With all the files that are real modules now having module.h
explicitly called out for inclusion, and no reliance on any
implicit presence of module.h assumed, we should no longer
need this workaround.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent ec53cf23
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -21,16 +21,6 @@
#undef CREATE_TRACE_POINTS

#include <linux/stringify.h>
/*
 * module.h includes tracepoints, and because ftrace.h
 * pulls in module.h:
 *  trace/ftrace.h -> linux/ftrace_event.h -> linux/perf_event.h ->
 *  linux/ftrace.h -> linux/module.h
 * we must include module.h here before we play with any of
 * the TRACE_EVENT() macros, otherwise the tracepoints included
 * by module.h may break the build.
 */
#include <linux/module.h>

#undef TRACE_EVENT
#define TRACE_EVENT(name, proto, args, tstruct, assign, print)	\