
6 Jul
2017
6 Jul
'17
6:49 a.m.
On 22 June 2017 at 01:48, Masahiro Yamada yamada.masahiro@socionext.com wrote:
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
drivers/serial/serial-uclass.c | 11 +++++++---- drivers/serial/serial.c | 4 ++-- include/common.h | 5 ----- 3 files changed, 9 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org