diff options
author | Bin Meng <bmeng@tinylab.org> | 2023-07-23 12:40:35 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2023-08-02 16:32:02 +0800 |
commit | 75bfc6fac5918eba48ddfe608f0a1c6a89d47168 (patch) | |
tree | c3ebf45655eb2ffa94c2da5fa90b6b416c1e0517 /include/stdio_dev.h | |
parent | 142276ce51ba97eade1b70c7c7c91e0ada428284 (diff) |
console: Make stdio_print_current_devices() static
As it is only called in common/console.c
Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org> # qemu-x86_64
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r-- | include/stdio_dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 77bf8a8970f..7f181020524 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -84,8 +84,6 @@ int stdio_init_tables(void); */ int stdio_add_devices(void); -void stdio_print_current_devices(void); - /** * stdio_deregister_dev() - deregister the device "devname". * |