[U-Boot] [PATCH] serial: make serial_stub_* to static functions

Simon Glass sjg at chromium.org
Thu Jul 6 04:49:17 UTC 2017


On 22 June 2017 at 01:48, Masahiro Yamada <yamada.masahiro at 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 at 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 at chromium.org>


More information about the U-Boot mailing list