aboutsummaryrefslogtreecommitdiff
path: root/common/console.c
diff options
context:
space:
mode:
authorBin Meng2023-07-23 12:40:35 +0800
committerLeo Yu-Chi Liang2023-08-02 16:32:02 +0800
commit75bfc6fac5918eba48ddfe608f0a1c6a89d47168 (patch)
treec3ebf45655eb2ffa94c2da5fa90b6b416c1e0517 /common/console.c
parent142276ce51ba97eade1b70c7c7c91e0ada428284 (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 'common/console.c')
-rw-r--r--common/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index 71ad8efd6f4..d0640ba05a9 100644
--- a/common/console.c
+++ b/common/console.c
@@ -1010,7 +1010,7 @@ int console_init_f(void)
return 0;
}
-void stdio_print_current_devices(void)
+static void stdio_print_current_devices(void)
{
/* Print information */
puts("In: ");