2
0
Эх сурвалжийг харах

target: mpc85xx: tl_wdr4900_v1: drop 'fsl_rstcr_restart' hook

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 <[email protected]>
Alexandru Ardelean 8 жил өмнө
parent
commit
2512741c9a

+ 0 - 1
target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c

@@ -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,
 };