Home
last modified time | relevance | path

Searched hist:"3 fdd0bb2b0dc20f192e9ea8682d5c18f37daadc1" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_ns16550.c3fdd0bb2b0dc20f192e9ea8682d5c18f37daadc1 Thu Oct 23 13:26:05 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> serial: add static directive to local functions

The functions _serial_putc, _serial_putc_raw, _serial_puts,
_serial_getc, _serial_tstc, _serial_setbrg are defined and used
locally in each of serial_ns16550.c and serial_s3c24x0.c.

Add static directive to them and remove declarations from
include/common.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dcommon.h3fdd0bb2b0dc20f192e9ea8682d5c18f37daadc1 Thu Oct 23 13:26:05 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> serial: add static directive to local functions

The functions _serial_putc, _serial_putc_raw, _serial_puts,
_serial_getc, _serial_tstc, _serial_setbrg are defined and used
locally in each of serial_ns16550.c and serial_s3c24x0.c.

Add static directive to them and remove declarations from
include/common.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>