diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2443/s3c2443.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/s3c2443.c b/arch/arm/mach-s3c2443/s3c2443.c index bc14f772ff24..9b91235c15d2 100644 --- a/arch/arm/mach-s3c2443/s3c2443.c +++ b/arch/arm/mach-s3c2443/s3c2443.c | |||
@@ -53,6 +53,8 @@ int __init s3c2443_init(void) | |||
53 | { | 53 | { |
54 | printk("S3C2443: Initialising architecture\n"); | 54 | printk("S3C2443: Initialising architecture\n"); |
55 | 55 | ||
56 | s3c_device_nand.name = "s3c2412-nand"; | ||
57 | |||
56 | return sysdev_register(&s3c2443_sysdev); | 58 | return sysdev_register(&s3c2443_sysdev); |
57 | } | 59 | } |
58 | 60 | ||