soc/intel/common/uart: Restrict scope of uart_common_init to uart.c
commitd3b7e2f94af63a42e25738a67c92eb949f520d3d
authorFurquan Shaikh <furquan@google.com>
Sat, 2 Jan 2021 08:15:23 +0000 (2 00:15 -0800)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 8 Jan 2021 08:24:38 +0000 (8 08:24 +0000)
tree10595c3462d6f1a8b3c50353fb6f7e1d43329ff4
parentfb29ca0c551dce18546b440ea98bf6bc8101c800
soc/intel/common/uart: Restrict scope of uart_common_init to uart.c

uart_common_init is not used outside of
soc/intel/common/block/uart.c. This change restricts the scope to this
file and drops the declaration from uart.h

Change-Id: I499a53506f9b2e91ecc7334bf9b023d342e802fc
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49211
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/intel/common/block/include/intelblocks/uart.h
src/soc/intel/common/block/uart/uart.c