diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-04-10 18:29:59 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-02 14:33:59 +0200 |
commit | 2512741c9a2423203fb54c554ff3cc21ae2cda2d (patch) | |
tree | 1299d718def59bad92952967e177d9c433da189a /target/linux/mpc85xx | |
parent | e57d7831854880da4ce86e12ba9e38f36142bbd2 (diff) | |
download | upstream-2512741c9a2423203fb54c554ff3cc21ae2cda2d.tar.gz upstream-2512741c9a2423203fb54c554ff3cc21ae2cda2d.tar.bz2 upstream-2512741c9a2423203fb54c554ff3cc21ae2cda2d.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/platforms/85xx/tl_wdr4900_v1.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 95afa4dae0..1b6dc18ac2 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, }; |