summaryrefslogtreecommitdiff
path: root/chip/mec1322/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/uart.c')
-rw-r--r--chip/mec1322/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mec1322/uart.c b/chip/mec1322/uart.c
index 2c607d0b72..9118168dcd 100644
--- a/chip/mec1322/uart.c
+++ b/chip/mec1322/uart.c
@@ -103,7 +103,7 @@ static void uart_clear_rx_fifo(int channel)
/**
* Interrupt handler for UART
*/
-void uart_ec_interrupt(void)
+static void uart_ec_interrupt(void)
{
/* Read input FIFO until empty, then fill output FIFO */
uart_process_input();