
22 Jun
2017
22 Jun
'17
10:18 a.m.
On Thu, Jun 22, 2017 at 3:48 PM, 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: Bin Meng bmeng.cn@gmail.com