commit | 49ddcf3e0e923040ef554d9ea033e0d8ba7e80e1 | [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 | 7e09145ea2e985511c660bdf567b61614acd75b3 [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>