diff options
author | Octavian Purdila <octavian.purdila@nxp.com> | 2017-03-07 17:03:26 +0200 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:41:33 +0300 |
commit | e261eb454c18f55c5e34af5aa84f5c07a7acc758 (patch) | |
tree | 138d878dfec35ef9df2a98481cba4fc81301a0d7 /arch/arm | |
parent | 9e4dffd92dec8de8b95af77467a736429061869f (diff) |
MLK-14266 ARM: imx: mach-imx7d: remove mxc_restart
mxc_restart was incorrectly added back in commit c81df74845c74d14
("MLK-13869 ARM: imx7d: run pm init during intialization").
Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-imx/mach-imx7d.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx7d.c b/arch/arm/mach-imx/mach-imx7d.c index ce12289f34c3..3f335974723f 100644 --- a/arch/arm/mach-imx/mach-imx7d.c +++ b/arch/arm/mach-imx/mach-imx7d.c @@ -176,5 +176,4 @@ DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual (Device Tree)") .init_machine = imx7d_init_machine, .init_late = imx7d_init_late, .dt_compat = imx7d_dt_compat, - .restart = mxc_restart, MACHINE_END |