diff options
| author | Masami Hiramatsu <mhiramat@kernel.org> | 2021-09-17 19:03:01 +0900 |
|---|---|---|
| committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-10-10 20:44:05 -0400 |
| commit | 160321b2602ff8e42ea77a09f2e3f1b35e3acfaf (patch) | |
| tree | 0ff7dfa9b508dc97579c1dd14ab78658465d5d1f /tools/bootconfig/include/linux/kernel.h | |
| parent | 9b81c9bfff4651abb28bfa6d83c8b879e467963b (diff) | |
tools/bootconfig: Print all error message in stderr
Print all error message in stderr. This also removes
unneeded tools/bootconfig/include/linux/printk.h.
Link: https://lkml.kernel.org/r/163187298106.2366983.15210300267326257397.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/bootconfig/include/linux/kernel.h')
| -rw-r--r-- | tools/bootconfig/include/linux/kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bootconfig/include/linux/kernel.h b/tools/bootconfig/include/linux/kernel.h index 2d93320aa374..c4854b8e7023 100644 --- a/tools/bootconfig/include/linux/kernel.h +++ b/tools/bootconfig/include/linux/kernel.h @@ -5,8 +5,6 @@ #include <stdlib.h> #include <stdbool.h> -#include <linux/printk.h> - typedef unsigned short u16; typedef unsigned int u32; |
