serial: samsung: no more support for S5PC100 SoC
This patch removes s5pc100 related serial. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1570a5386d
commit
953b53a71b
|
@ -1716,8 +1716,7 @@ static struct s3c24xx_serial_drv_data s3c2440_serial_drv_data = {
|
||||||
#define S3C2440_SERIAL_DRV_DATA (kernel_ulong_t)NULL
|
#define S3C2440_SERIAL_DRV_DATA (kernel_ulong_t)NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_CPU_S3C6400) || defined(CONFIG_CPU_S3C6410) || \
|
#if defined(CONFIG_CPU_S3C6400) || defined(CONFIG_CPU_S3C6410)
|
||||||
defined(CONFIG_CPU_S5PC100)
|
|
||||||
static struct s3c24xx_serial_drv_data s3c6400_serial_drv_data = {
|
static struct s3c24xx_serial_drv_data s3c6400_serial_drv_data = {
|
||||||
.info = &(struct s3c24xx_uart_info) {
|
.info = &(struct s3c24xx_uart_info) {
|
||||||
.name = "Samsung S3C6400 UART",
|
.name = "Samsung S3C6400 UART",
|
||||||
|
|
Loading…
Reference in New Issue