]> git.baikalelectronics.ru Git - kernel.git/commit
bootconfig: Cleanup dummy headers in tools/bootconfig
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 17 Sep 2021 10:03:16 +0000 (19:03 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 11 Oct 2021 02:16:02 +0000 (22:16 -0400)
commitc7d94c12fe79712cee41b8f5a2a5f6aaec5c09bb
treefa905698629063da74e5b1c8f9abe7b7b16fded3
parent926a9d9d2a48925cea65f660b3efde291163c311
bootconfig: Cleanup dummy headers in tools/bootconfig

Cleanup dummy headers in tools/bootconfig/include except
for tools/bootconfig/include/linux/bootconfig.h.
For this change, I use __KERNEL__ macro to split kernel
header #include and introduce xbc_alloc_mem() and
xbc_free_mem().

Link: https://lkml.kernel.org/r/163187299574.2366983.18371329724128746091.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/bootconfig.h
lib/bootconfig.c
tools/bootconfig/Makefile
tools/bootconfig/include/linux/bootconfig.h
tools/bootconfig/include/linux/bug.h [deleted file]
tools/bootconfig/include/linux/ctype.h [deleted file]
tools/bootconfig/include/linux/errno.h [deleted file]
tools/bootconfig/include/linux/kernel.h [deleted file]
tools/bootconfig/include/linux/memblock.h [deleted file]
tools/bootconfig/include/linux/string.h [deleted file]
tools/bootconfig/main.c