From e0afedb64085d02c7a3b156f77f6c71d0836e583 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 6 Jun 2023 20:37:42 +0900 Subject: stdio: Remove stdio_init() This function is not used by anyone. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- common/stdio.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common/stdio.c') diff --git a/common/stdio.c b/common/stdio.c index cbedfdda539..894cbd3fb44 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -386,11 +386,3 @@ int stdio_add_devices(void) return 0; } - -int stdio_init(void) -{ - stdio_init_tables(); - stdio_add_devices(); - - return 0; -} -- cgit v1.2.3