@@ -213,7 +213,6 @@ define_machine(p2020_rdb) {
213
213
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
214
214
#endif
215
215
.get_irq = mpic_get_irq ,
216
- .restart = fsl_rstcr_restart ,
217
216
.calibrate_decr = generic_calibrate_decr ,
218
217
.progress = udbg_progress ,
219
218
};
@@ -228,7 +227,6 @@ define_machine(p1020_rdb) {
228
227
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
229
228
#endif
230
229
.get_irq = mpic_get_irq ,
231
- .restart = fsl_rstcr_restart ,
232
230
.calibrate_decr = generic_calibrate_decr ,
233
231
.progress = udbg_progress ,
234
232
};
@@ -243,7 +241,6 @@ define_machine(p1021_rdb_pc) {
243
241
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
244
242
#endif
245
243
.get_irq = mpic_get_irq ,
246
- .restart = fsl_rstcr_restart ,
247
244
.calibrate_decr = generic_calibrate_decr ,
248
245
.progress = udbg_progress ,
249
246
};
@@ -258,7 +255,6 @@ define_machine(p2020_rdb_pc) {
258
255
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
259
256
#endif
260
257
.get_irq = mpic_get_irq ,
261
- .restart = fsl_rstcr_restart ,
262
258
.calibrate_decr = generic_calibrate_decr ,
263
259
.progress = udbg_progress ,
264
260
};
@@ -273,7 +269,6 @@ define_machine(p1025_rdb) {
273
269
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
274
270
#endif
275
271
.get_irq = mpic_get_irq ,
276
- .restart = fsl_rstcr_restart ,
277
272
.calibrate_decr = generic_calibrate_decr ,
278
273
.progress = udbg_progress ,
279
274
};
@@ -288,7 +283,6 @@ define_machine(p1020_mbg_pc) {
288
283
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
289
284
#endif
290
285
.get_irq = mpic_get_irq ,
291
- .restart = fsl_rstcr_restart ,
292
286
.calibrate_decr = generic_calibrate_decr ,
293
287
.progress = udbg_progress ,
294
288
};
@@ -303,7 +297,6 @@ define_machine(p1020_utm_pc) {
303
297
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
304
298
#endif
305
299
.get_irq = mpic_get_irq ,
306
- .restart = fsl_rstcr_restart ,
307
300
.calibrate_decr = generic_calibrate_decr ,
308
301
.progress = udbg_progress ,
309
302
};
@@ -318,7 +311,6 @@ define_machine(p1020_rdb_pc) {
318
311
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
319
312
#endif
320
313
.get_irq = mpic_get_irq ,
321
- .restart = fsl_rstcr_restart ,
322
314
.calibrate_decr = generic_calibrate_decr ,
323
315
.progress = udbg_progress ,
324
316
};
@@ -333,7 +325,6 @@ define_machine(p1020_rdb_pd) {
333
325
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
334
326
#endif
335
327
.get_irq = mpic_get_irq ,
336
- .restart = fsl_rstcr_restart ,
337
328
.calibrate_decr = generic_calibrate_decr ,
338
329
.progress = udbg_progress ,
339
330
};
@@ -348,7 +339,6 @@ define_machine(p1024_rdb) {
348
339
.pcibios_fixup_phb = fsl_pcibios_fixup_phb ,
349
340
#endif
350
341
.get_irq = mpic_get_irq ,
351
- .restart = fsl_rstcr_restart ,
352
342
.calibrate_decr = generic_calibrate_decr ,
353
343
.progress = udbg_progress ,
354
344
};
0 commit comments