diff options
-rw-r--r-- | drivers/tty/serial/samsung.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/serial/samsung.c b/drivers/tty/serial/samsung.c index 3620729f29f6..7793b16b6877 100644 --- a/drivers/tty/serial/samsung.c +++ b/drivers/tty/serial/samsung.c | |||
@@ -1716,8 +1716,7 @@ static struct s3c24xx_serial_drv_data s3c2440_serial_drv_data = { | |||
1716 | #define S3C2440_SERIAL_DRV_DATA (kernel_ulong_t)NULL | 1716 | #define S3C2440_SERIAL_DRV_DATA (kernel_ulong_t)NULL |
1717 | #endif | 1717 | #endif |
1718 | 1718 | ||
1719 | #if defined(CONFIG_CPU_S3C6400) || defined(CONFIG_CPU_S3C6410) || \ | 1719 | #if defined(CONFIG_CPU_S3C6400) || defined(CONFIG_CPU_S3C6410) |
1720 | defined(CONFIG_CPU_S5PC100) | ||
1721 | static struct s3c24xx_serial_drv_data s3c6400_serial_drv_data = { | 1720 | static struct s3c24xx_serial_drv_data s3c6400_serial_drv_data = { |
1722 | .info = &(struct s3c24xx_uart_info) { | 1721 | .info = &(struct s3c24xx_uart_info) { |
1723 | .name = "Samsung S3C6400 UART", | 1722 | .name = "Samsung S3C6400 UART", |