[PATCH] ARM: imx: replace imx6q_restart() with mxc_restart()
Shawn Guo
shawn.guo at linaro.org
Tue Oct 8 11:49:28 EDT 2013
On Tue, Oct 08, 2013 at 10:32:53AM -0500, Nathan Lynch wrote:
> > @@ -130,7 +130,11 @@ static inline void imx_smp_prepare(void) {}
> > static inline void imx_scu_standby_enable(void) {}
> > #endif
> > extern void imx_src_init(void);
> > +#ifdef CONFIG_HAVE_IMX_SRC
> > extern void imx_src_prepare_restart(void);
> > +#else
> > +extern inline void imx_src_prepare_restart(void) {}
>
> Should be static inline?
Ah, yes. That's a copy-paste error. Thanks for spotting it, Nathan.
I just fixed it here.
Shawn
More information about the linux-arm-kernel
mailing list