diff options
| -rw-r--r-- | arch/arm/mach-s5p64x0/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c index fb90a3004e98..0a2d88a4e5e5 100644 --- a/arch/arm/mach-s5p64x0/cpu.c +++ b/arch/arm/mach-s5p64x0/cpu.c | |||
| @@ -106,7 +106,7 @@ static void s5p64x0_idle(void) | |||
| 106 | void __init s5p6440_map_io(void) | 106 | void __init s5p6440_map_io(void) |
| 107 | { | 107 | { |
| 108 | /* initialize any device information early */ | 108 | /* initialize any device information early */ |
| 109 | s3c_adc_setname("s3c64x0-adc"); | 109 | s3c_adc_setname("s3c64xx-adc"); |
| 110 | 110 | ||
| 111 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 111 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
| 112 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); | 112 | iotable_init(s5p6440_iodesc, ARRAY_SIZE(s5p6440_iodesc)); |
| @@ -115,7 +115,7 @@ void __init s5p6440_map_io(void) | |||
| 115 | void __init s5p6450_map_io(void) | 115 | void __init s5p6450_map_io(void) |
| 116 | { | 116 | { |
| 117 | /* initialize any device information early */ | 117 | /* initialize any device information early */ |
| 118 | s3c_adc_setname("s3c64x0-adc"); | 118 | s3c_adc_setname("s3c64xx-adc"); |
| 119 | 119 | ||
| 120 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); | 120 | iotable_init(s5p64x0_iodesc, ARRAY_SIZE(s5p64x0_iodesc)); |
| 121 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc)); | 121 | iotable_init(s5p6450_iodesc, ARRAY_SIZE(s5p6440_iodesc)); |
