diff options
Diffstat (limited to 'arch/arm/mach-s3c2416/s3c2416.c')
-rw-r--r-- | arch/arm/mach-s3c2416/s3c2416.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2416/s3c2416.c b/arch/arm/mach-s3c2416/s3c2416.c index 35dabccd0ac2..bc30245e133b 100644 --- a/arch/arm/mach-s3c2416/s3c2416.c +++ b/arch/arm/mach-s3c2416/s3c2416.c | |||
@@ -55,6 +55,7 @@ | |||
55 | #include <plat/cpu.h> | 55 | #include <plat/cpu.h> |
56 | 56 | ||
57 | #include <plat/iic-core.h> | 57 | #include <plat/iic-core.h> |
58 | #include <plat/fb-core.h> | ||
58 | 59 | ||
59 | static struct map_desc s3c2416_iodesc[] __initdata = { | 60 | static struct map_desc s3c2416_iodesc[] __initdata = { |
60 | IODESC_ENT(WATCHDOG), | 61 | IODESC_ENT(WATCHDOG), |
@@ -90,7 +91,7 @@ int __init s3c2416_init(void) | |||
90 | s3c_i2c0_setname("s3c2440-i2c"); | 91 | s3c_i2c0_setname("s3c2440-i2c"); |
91 | s3c_i2c1_setname("s3c2440-i2c"); | 92 | s3c_i2c1_setname("s3c2440-i2c"); |
92 | 93 | ||
93 | s3c_device_fb.name = "s3c2443-fb"; | 94 | s3c_fb_setname("s3c2443-fb"); |
94 | 95 | ||
95 | return sysdev_register(&s3c2416_sysdev); | 96 | return sysdev_register(&s3c2416_sysdev); |
96 | } | 97 | } |