diff options
-rw-r--r-- | arch/arm/mach-s3c2416/s3c2416.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2416/s3c2416.c b/arch/arm/mach-s3c2416/s3c2416.c index 620718939628..63f39cdc0972 100644 --- a/arch/arm/mach-s3c2416/s3c2416.c +++ b/arch/arm/mach-s3c2416/s3c2416.c | |||
@@ -101,7 +101,7 @@ void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) | |||
101 | { | 101 | { |
102 | s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); | 102 | s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); |
103 | 103 | ||
104 | s3c_nand_setname("s3c2416-nand"); | 104 | s3c_nand_setname("s3c2412-nand"); |
105 | } | 105 | } |
106 | 106 | ||
107 | /* s3c2416_map_io | 107 | /* s3c2416_map_io |