[source] target: mpc85xx: tl_wdr4900_v1: drop 'fsl_rstcr_restart' hook

LEDE Commits lede-commits at lists.infradead.org
Tue May 2 06:17:53 PDT 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/2512741c9a2423203fb54c554ff3cc21ae2cda2d

commit 2512741c9a2423203fb54c554ff3cc21ae2cda2d
Author: Alexandru Ardelean <ardeleanalex at gmail.com>
AuthorDate: Mon Apr 10 18:29:59 2017 +0300

    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 <ardeleanalex at gmail.com>
---
 target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c b/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c
index 95afa4d..1b6dc18 100644
--- a/target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c
+++ b/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,
 };



More information about the lede-commits mailing list