diff options
| author | Masahiro Yamada <[email protected]> | 2023-06-06 20:37:42 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-20 20:56:27 -0400 |
| commit | e0afedb64085d02c7a3b156f77f6c71d0836e583 (patch) | |
| tree | 0b3f51fa191adfdebf32a613735bc22e00265fac /common | |
| parent | 1b086da5cd7fc66d3ef4e096ade3fabdde99c9e0 (diff) | |
stdio: Remove stdio_init()
This function is not used by anyone.
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/stdio.c | 8 |
1 files changed, 0 insertions, 8 deletions
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; -} |
