diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7791.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7791.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c index d47d8b16a43f..35d78639244f 100644 --- a/arch/arm/mach-shmobile/setup-r8a7791.c +++ b/arch/arm/mach-shmobile/setup-r8a7791.c | |||
@@ -182,11 +182,6 @@ static const struct resource thermal_resources[] __initconst = { | |||
182 | thermal_resources, \ | 182 | thermal_resources, \ |
183 | ARRAY_SIZE(thermal_resources)) | 183 | ARRAY_SIZE(thermal_resources)) |
184 | 184 | ||
185 | void __init r8a7791_add_dt_devices(void) | ||
186 | { | ||
187 | r8a7791_register_cmt(0); | ||
188 | } | ||
189 | |||
190 | void __init r8a7791_add_standard_devices(void) | 185 | void __init r8a7791_add_standard_devices(void) |
191 | { | 186 | { |
192 | r8a7791_register_scif(0); | 187 | r8a7791_register_scif(0); |
@@ -204,7 +199,7 @@ void __init r8a7791_add_standard_devices(void) | |||
204 | r8a7791_register_scif(12); | 199 | r8a7791_register_scif(12); |
205 | r8a7791_register_scif(13); | 200 | r8a7791_register_scif(13); |
206 | r8a7791_register_scif(14); | 201 | r8a7791_register_scif(14); |
207 | r8a7791_add_dt_devices(); | 202 | r8a7791_register_cmt(0); |
208 | r8a7791_register_irqc(0); | 203 | r8a7791_register_irqc(0); |
209 | r8a7791_register_thermal(); | 204 | r8a7791_register_thermal(); |
210 | } | 205 | } |