Skip to content
Snippets Groups Projects
Commit 2512741c authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by Felix Fietkau
Browse files

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: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
parent e57d7831
No related branches found
No related tags found
No related merge requests found
......@@ -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,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment