From e261eb454c18f55c5e34af5aa84f5c07a7acc758 Mon Sep 17 00:00:00 2001 From: Octavian Purdila Date: Tue, 7 Mar 2017 17:03:26 +0200 Subject: 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 --- arch/arm/mach-imx/mach-imx7d.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-imx/mach-imx7d.c') 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 -- cgit v1.2.3