commit | 5e0ef8477fdf71344746297b758be8adef6973de | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 16:48:49 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 06 13:09:35 2017 -0400 |
tree | 39424324a20bd8d217a51240647959524193053c | |
parent | 4b7ed93baa9801f47b9d5f2715b63ecb9244eea7 [diff] |
serial: make serial_stub_* to static functions Add missing static to serial_stub_puts(). Unexport serial_stub_{getc,tstc} because they are used locally. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>