diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2412.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2412.c b/arch/arm/mach-s3c2410/s3c2412.c index a5ec56efd5c5..c38db0715bd3 100644 --- a/arch/arm/mach-s3c2410/s3c2412.c +++ b/arch/arm/mach-s3c2410/s3c2412.c | |||
@@ -83,6 +83,7 @@ void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) | |||
83 | 83 | ||
84 | /* rename devices that are s3c2412/s3c2413 specific */ | 84 | /* rename devices that are s3c2412/s3c2413 specific */ |
85 | s3c_device_sdi.name = "s3c2412-sdi"; | 85 | s3c_device_sdi.name = "s3c2412-sdi"; |
86 | s3c_device_lcd.name = "s3c2412-lcd"; | ||
86 | s3c_device_nand.name = "s3c2412-nand"; | 87 | s3c_device_nand.name = "s3c2412-nand"; |
87 | } | 88 | } |
88 | 89 | ||