aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/uart.c')
-rw-r--r--src/soc/mediatek/common/uart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/uart.c b/src/soc/mediatek/common/uart.c
index 79ca07230f..4585fc07cb 100644
--- a/src/soc/mediatek/common/uart.c
+++ b/src/soc/mediatek/common/uart.c
@@ -111,7 +111,6 @@ static void mtk_uart_init(void)
write8(&uart_ptr->fcr,
UART8250_FCR_FIFO_EN | UART8250_FCR_CLEAR_RCVR |
UART8250_FCR_CLEAR_XMIT);
-
}
static void mtk_uart_tx_byte(unsigned char data)