target: mpc85xx: tl_wdr4900_v1: drop 'fsl_rstcr_restart' hook
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 10 Apr 2017 15:29:59 +0000 (18:29 +0300)
committerFelix Fietkau <nbd@nbd.name>
Tue, 2 May 2017 12:33:59 +0000 (14:33 +0200)
Since commit:
http://github.com/torvalds/linux/commit/7120438e5d82f445acbfe131a1b58eab7e83fa33

Seems that fsl_rstcr_restart() has been converted
to a reset handler and dropped as hook/callback.

Apply the same to the `tl_wdr4900_v1` target.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c

index 95afa4dae0ad47934fb79cbc1b8ecf5cd818a6e4..1b6dc18ac2406f4c579a64ca94e8b11f373594f0 100644 (file)
@@ -139,7 +139,6 @@ define_machine(tl_wdr4900_v1) {
        .pcibios_fixup_bus      = fsl_pcibios_fixup_bus,
 #endif
        .get_irq                = mpic_get_irq,
-       .restart                = fsl_rstcr_restart,
        .calibrate_decr         = generic_calibrate_decr,
        .progress               = udbg_progress,
 };