diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2021-09-17 13:02:53 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-10-11 03:44:05 +0300 |
commit | 9b81c9bfff4651abb28bfa6d83c8b879e467963b (patch) | |
tree | 17ff29c9a2a7f0e81a202f3ce1da2182ec4a5eb6 /include | |
parent | f3668cde8562997b47a9edbc915da32279d4a743 (diff) | |
download | linux-9b81c9bfff4651abb28bfa6d83c8b879e467963b.tar.xz |
bootconfig: Remove unused debug function
Remove unused xbc_debug_dump() from bootconfig for clean up
the code.
Link: https://lkml.kernel.org/r/163187297371.2366983.12943349701785875450.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/bootconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/bootconfig.h b/include/linux/bootconfig.h index 7eb7a7f8ade7..85cdfd381877 100644 --- a/include/linux/bootconfig.h +++ b/include/linux/bootconfig.h @@ -279,7 +279,4 @@ int __init xbc_get_info(int *node_size, size_t *data_size); /* XBC cleanup data structures */ void __init xbc_exit(void); -/* Debug dump functions */ -void __init xbc_debug_dump(void); - #endif |