projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f71a4
)
tracing/boot: Include required headers and sort it alphabetically
author
Masami Hiramatsu
<mhiramat@kernel.org>
Wed, 29 Jan 2020 09:36:35 +0000
(18:36 +0900)
committer
Steven Rostedt (VMware)
<rostedt@goodmis.org>
Wed, 29 Jan 2020 13:48:44 +0000
(08:48 -0500)
Include some required (but currently indirectly included)
headers and sort it alphabetically.
Link:
http://lkml.kernel.org/r/158029059514.12381.6597832266860248781.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_boot.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_boot.c
b/kernel/trace/trace_boot.c
index 2f616cd926b00dc064d6b2113f2ffd7cc322f72d..5aad41961f03262c597e76bb6d3fdff8f0d82a53 100644
(file)
--- a/
kernel/trace/trace_boot.c
+++ b/
kernel/trace/trace_boot.c
@@
-6,9
+6,16
@@
#define pr_fmt(fmt) "trace_boot: " fmt
+#include <linux/bootconfig.h>
+#include <linux/cpumask.h>
#include <linux/ftrace.h>
#include <linux/init.h>
-#include <linux/bootconfig.h>
+#include <linux/kernel.h>
+#include <linux/mutex.h>
+#include <linux/string.h>
+#include <linux/slab.h>
+#include <linux/trace.h>
+#include <linux/trace_events.h>
#include "trace.h"