diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-anw6410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-hmt.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-mini6410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-ncp.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-real6410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq5.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq7.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6400.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-anw6410.c b/arch/arm/mach-s3c64xx/mach-anw6410.c index fa570c2e9381..afeae0b5bb28 100644 --- a/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/arch/arm/mach-s3c64xx/mach-anw6410.c | |||
@@ -232,6 +232,6 @@ MACHINE_START(ANW6410, "A&W6410") | |||
232 | .map_io = anw6410_map_io, | 232 | .map_io = anw6410_map_io, |
233 | .init_machine = anw6410_machine_init, | 233 | .init_machine = anw6410_machine_init, |
234 | .init_late = s3c64xx_init_late, | 234 | .init_late = s3c64xx_init_late, |
235 | .timer = &s3c24xx_timer, | 235 | .init_time = s3c24xx_timer_init, |
236 | .restart = s3c64xx_restart, | 236 | .restart = s3c64xx_restart, |
237 | MACHINE_END | 237 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 3185f82a0c84..5b6adc7f1d39 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -869,6 +869,6 @@ MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") | |||
869 | .map_io = crag6410_map_io, | 869 | .map_io = crag6410_map_io, |
870 | .init_machine = crag6410_machine_init, | 870 | .init_machine = crag6410_machine_init, |
871 | .init_late = s3c64xx_init_late, | 871 | .init_late = s3c64xx_init_late, |
872 | .timer = &s3c24xx_timer, | 872 | .init_time = s3c24xx_timer_init, |
873 | .restart = s3c64xx_restart, | 873 | .restart = s3c64xx_restart, |
874 | MACHINE_END | 874 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-hmt.c b/arch/arm/mach-s3c64xx/mach-hmt.c index 2c81bf15f02b..7212eb9cfeb9 100644 --- a/arch/arm/mach-s3c64xx/mach-hmt.c +++ b/arch/arm/mach-s3c64xx/mach-hmt.c | |||
@@ -275,6 +275,6 @@ MACHINE_START(HMT, "Airgoo-HMT") | |||
275 | .map_io = hmt_map_io, | 275 | .map_io = hmt_map_io, |
276 | .init_machine = hmt_machine_init, | 276 | .init_machine = hmt_machine_init, |
277 | .init_late = s3c64xx_init_late, | 277 | .init_late = s3c64xx_init_late, |
278 | .timer = &s3c24xx_timer, | 278 | .init_time = s3c24xx_timer_init, |
279 | .restart = s3c64xx_restart, | 279 | .restart = s3c64xx_restart, |
280 | MACHINE_END | 280 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-mini6410.c b/arch/arm/mach-s3c64xx/mach-mini6410.c index 3f1e0102f09c..e173e6e98228 100644 --- a/arch/arm/mach-s3c64xx/mach-mini6410.c +++ b/arch/arm/mach-s3c64xx/mach-mini6410.c | |||
@@ -354,6 +354,6 @@ MACHINE_START(MINI6410, "MINI6410") | |||
354 | .map_io = mini6410_map_io, | 354 | .map_io = mini6410_map_io, |
355 | .init_machine = mini6410_machine_init, | 355 | .init_machine = mini6410_machine_init, |
356 | .init_late = s3c64xx_init_late, | 356 | .init_late = s3c64xx_init_late, |
357 | .timer = &s3c24xx_timer, | 357 | .init_time = s3c24xx_timer_init, |
358 | .restart = s3c64xx_restart, | 358 | .restart = s3c64xx_restart, |
359 | MACHINE_END | 359 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-ncp.c b/arch/arm/mach-s3c64xx/mach-ncp.c index 73caf9fdf5f7..8d3cedd995ff 100644 --- a/arch/arm/mach-s3c64xx/mach-ncp.c +++ b/arch/arm/mach-s3c64xx/mach-ncp.c | |||
@@ -103,6 +103,6 @@ MACHINE_START(NCP, "NCP") | |||
103 | .map_io = ncp_map_io, | 103 | .map_io = ncp_map_io, |
104 | .init_machine = ncp_machine_init, | 104 | .init_machine = ncp_machine_init, |
105 | .init_late = s3c64xx_init_late, | 105 | .init_late = s3c64xx_init_late, |
106 | .timer = &s3c24xx_timer, | 106 | .init_time = s3c24xx_timer_init, |
107 | .restart = s3c64xx_restart, | 107 | .restart = s3c64xx_restart, |
108 | MACHINE_END | 108 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index 4f8129d09ba7..4d0d47a66930 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c | |||
@@ -333,6 +333,6 @@ MACHINE_START(REAL6410, "REAL6410") | |||
333 | .map_io = real6410_map_io, | 333 | .map_io = real6410_map_io, |
334 | .init_machine = real6410_machine_init, | 334 | .init_machine = real6410_machine_init, |
335 | .init_late = s3c64xx_init_late, | 335 | .init_late = s3c64xx_init_late, |
336 | .timer = &s3c24xx_timer, | 336 | .init_time = s3c24xx_timer_init, |
337 | .restart = s3c64xx_restart, | 337 | .restart = s3c64xx_restart, |
338 | MACHINE_END | 338 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq5.c b/arch/arm/mach-s3c64xx/mach-smartq5.c index 323399b3d110..ca2afcfce573 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq5.c +++ b/arch/arm/mach-s3c64xx/mach-smartq5.c | |||
@@ -155,6 +155,6 @@ MACHINE_START(SMARTQ5, "SmartQ 5") | |||
155 | .map_io = smartq_map_io, | 155 | .map_io = smartq_map_io, |
156 | .init_machine = smartq5_machine_init, | 156 | .init_machine = smartq5_machine_init, |
157 | .init_late = s3c64xx_init_late, | 157 | .init_late = s3c64xx_init_late, |
158 | .timer = &s3c24xx_timer, | 158 | .init_time = s3c24xx_timer_init, |
159 | .restart = s3c64xx_restart, | 159 | .restart = s3c64xx_restart, |
160 | MACHINE_END | 160 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c index 9077b85785ca..37bb0c632a5e 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq7.c +++ b/arch/arm/mach-s3c64xx/mach-smartq7.c | |||
@@ -171,6 +171,6 @@ MACHINE_START(SMARTQ7, "SmartQ 7") | |||
171 | .map_io = smartq_map_io, | 171 | .map_io = smartq_map_io, |
172 | .init_machine = smartq7_machine_init, | 172 | .init_machine = smartq7_machine_init, |
173 | .init_late = s3c64xx_init_late, | 173 | .init_late = s3c64xx_init_late, |
174 | .timer = &s3c24xx_timer, | 174 | .init_time = s3c24xx_timer_init, |
175 | .restart = s3c64xx_restart, | 175 | .restart = s3c64xx_restart, |
176 | MACHINE_END | 176 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6400.c b/arch/arm/mach-s3c64xx/mach-smdk6400.c index 7df76e482b41..a392869c8342 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6400.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6400.c | |||
@@ -92,6 +92,6 @@ MACHINE_START(SMDK6400, "SMDK6400") | |||
92 | .map_io = smdk6400_map_io, | 92 | .map_io = smdk6400_map_io, |
93 | .init_machine = smdk6400_machine_init, | 93 | .init_machine = smdk6400_machine_init, |
94 | .init_late = s3c64xx_init_late, | 94 | .init_late = s3c64xx_init_late, |
95 | .timer = &s3c24xx_timer, | 95 | .init_time = s3c24xx_timer_init, |
96 | .restart = s3c64xx_restart, | 96 | .restart = s3c64xx_restart, |
97 | MACHINE_END | 97 | MACHINE_END |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index ad5142ab7756..1663d10ba02a 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -702,6 +702,6 @@ MACHINE_START(SMDK6410, "SMDK6410") | |||
702 | .map_io = smdk6410_map_io, | 702 | .map_io = smdk6410_map_io, |
703 | .init_machine = smdk6410_machine_init, | 703 | .init_machine = smdk6410_machine_init, |
704 | .init_late = s3c64xx_init_late, | 704 | .init_late = s3c64xx_init_late, |
705 | .timer = &s3c24xx_timer, | 705 | .init_time = s3c24xx_timer_init, |
706 | .restart = s3c64xx_restart, | 706 | .restart = s3c64xx_restart, |
707 | MACHINE_END | 707 | MACHINE_END |