diff options
Diffstat (limited to 'arch/arm/mach-s3c2412/s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c2412/s3c2412.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c2412/s3c2412.c b/arch/arm/mach-s3c2412/s3c2412.c index a086818e117e..22d22a035782 100644 --- a/arch/arm/mach-s3c2412/s3c2412.c +++ b/arch/arm/mach-s3c2412/s3c2412.c | |||
@@ -136,7 +136,7 @@ static void s3c2412_hard_reset(void) | |||
136 | * machine specific initialisation. | 136 | * machine specific initialisation. |
137 | */ | 137 | */ |
138 | 138 | ||
139 | void __init s3c2412_map_io(struct map_desc *mach_desc, int mach_size) | 139 | void __init s3c2412_map_io(void) |
140 | { | 140 | { |
141 | /* move base of IO */ | 141 | /* move base of IO */ |
142 | 142 | ||
@@ -153,7 +153,6 @@ void __init s3c2412_map_io(struct map_desc *mach_desc, int mach_size) | |||
153 | /* register our io-tables */ | 153 | /* register our io-tables */ |
154 | 154 | ||
155 | iotable_init(s3c2412_iodesc, ARRAY_SIZE(s3c2412_iodesc)); | 155 | iotable_init(s3c2412_iodesc, ARRAY_SIZE(s3c2412_iodesc)); |
156 | iotable_init(mach_desc, mach_size); | ||
157 | } | 156 | } |
158 | 157 | ||
159 | void __init s3c2412_init_clocks(int xtal) | 158 | void __init s3c2412_init_clocks(int xtal) |