forked from luck/tmp_suning_uos_patched
tracing/boot: Include required headers and sort it alphabetically
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>
This commit is contained in:
parent
34f71a4a2d
commit
76a598ec8c
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user