Re: [PATCH 12/18] console: Make stdio_print_current_devices() static

2023-07-23 Thread Simon Glass
On Sat, 22 Jul 2023 at 22:42, Bin Meng wrote: > > As it is only called in common/console.c > > Signed-off-by: Bin Meng > --- > > common/console.c| 2 +- > include/stdio_dev.h | 2 -- > 2 files changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Simon Glass Tested-by: Simon Glass #

[PATCH 12/18] console: Make stdio_print_current_devices() static

2023-07-22 Thread Bin Meng
As it is only called in common/console.c Signed-off-by: Bin Meng --- common/console.c| 2 +- include/stdio_dev.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/common/console.c b/common/console.c index 71ad8efd6f..d0640ba05a 100644 --- a/common/console.c +++