commit | 3fdd0bb2b0dc20f192e9ea8682d5c18f37daadc1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Oct 23 22:26:05 2014 +0900 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 21:43:08 2014 -0600 |
tree | 0fe4cc95f9ab9d19b7c470d501e7b5cc654959b9 | |
parent | 86256b796ee757b7d1407233d0ca71576a7b8182 [diff] |
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>