diff options
Diffstat (limited to 'arch/arm/mach-s5pc100')
-rw-r--r-- | arch/arm/mach-s5pc100/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/cpu.c b/arch/arm/mach-s5pc100/cpu.c index 7b5bdbc9a5df..ecab982a38b9 100644 --- a/arch/arm/mach-s5pc100/cpu.c +++ b/arch/arm/mach-s5pc100/cpu.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <plat/iic-core.h> | 41 | #include <plat/iic-core.h> |
42 | #include <plat/sdhci.h> | 42 | #include <plat/sdhci.h> |
43 | #include <plat/onenand-core.h> | 43 | #include <plat/onenand-core.h> |
44 | #include <plat/fb-core.h> | ||
44 | 45 | ||
45 | #include <plat/s5pc100.h> | 46 | #include <plat/s5pc100.h> |
46 | 47 | ||
@@ -92,6 +93,7 @@ void __init s5pc100_map_io(void) | |||
92 | s3c_i2c1_setname("s3c2440-i2c"); | 93 | s3c_i2c1_setname("s3c2440-i2c"); |
93 | 94 | ||
94 | s3c_onenand_setname("s5pc100-onenand"); | 95 | s3c_onenand_setname("s5pc100-onenand"); |
96 | s3c_fb_setname("s5pc100-fb"); | ||
95 | } | 97 | } |
96 | 98 | ||
97 | void __init s5pc100_init_clocks(int xtal) | 99 | void __init s5pc100_init_clocks(int xtal) |