diff options
-rw-r--r-- | drivers/serial/s3c2410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c index e773c8e14962..45de19366030 100644 --- a/drivers/serial/s3c2410.c +++ b/drivers/serial/s3c2410.c | |||
@@ -1527,7 +1527,7 @@ static inline void s3c2440_serial_exit(void) | |||
1527 | #define s3c2440_uart_inf_at NULL | 1527 | #define s3c2440_uart_inf_at NULL |
1528 | #endif /* CONFIG_CPU_S3C2440 */ | 1528 | #endif /* CONFIG_CPU_S3C2440 */ |
1529 | 1529 | ||
1530 | #if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) | 1530 | #if defined(CONFIG_CPU_S3C2412) |
1531 | 1531 | ||
1532 | static int s3c2412_serial_setsource(struct uart_port *port, | 1532 | static int s3c2412_serial_setsource(struct uart_port *port, |
1533 | struct s3c24xx_uart_clksrc *clk) | 1533 | struct s3c24xx_uart_clksrc *clk) |