diff options
Diffstat (limited to 'drivers/tty/serial/samsung.c')
-rw-r--r-- | drivers/tty/serial/samsung.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 7f04717176aa..0e26a1656fa6 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -1646,7 +1646,8 @@ static struct s3c24xx_serial_drv_data s5pv210_serial_drv_data = { | |||
1646 | #endif | 1646 | #endif |
1647 | 1647 | ||
1648 | #if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \ | 1648 | #if defined(CONFIG_CPU_EXYNOS4210) || defined(CONFIG_SOC_EXYNOS4212) || \ |
1649 | defined(CONFIG_SOC_EXYNOS4412) || defined(CONFIG_SOC_EXYNOS5250) | 1649 | defined(CONFIG_SOC_EXYNOS4412) || defined(CONFIG_SOC_EXYNOS5250) || \ |
1650 | defined(CONFIG_SOC_EXYNOS5440) | ||
1650 | static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = { | 1651 | static struct s3c24xx_serial_drv_data exynos4210_serial_drv_data = { |
1651 | .info = &(struct s3c24xx_uart_info) { | 1652 | .info = &(struct s3c24xx_uart_info) { |
1652 | .name = "Samsung Exynos4 UART", | 1653 | .name = "Samsung Exynos4 UART", |