[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180711130543.GI6959@dragon>
Date: Wed, 11 Jul 2018 21:05:44 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <fabio.estevam@....com>,
NXP Linux Team <linux-imx@....com>,
Bai Ping <ping.bai@....com>, Anson Huang <Anson.Huang@....com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: imx: call imx6sx_cpuidle_init() conditionally for
6sll
On Mon, Jul 09, 2018 at 05:51:17PM +0200, Arnd Bergmann wrote:
> The imx6sl platform has two different cpuidle implementations,
> and fails to link if we only want one of the two:
>
> arch/arm/mach-imx/mach-imx6sl.o: In function `imx6sl_init_late':
> mach-imx6sl.c:(.init.text+0x12): undefined reference to `imx6sx_cpuidle_init'
>
> This makes the call into reference conditional on the configuration.
>
> Fixes: e7fa1fb39b11 ("ARM: imx: add cpu idle support for i.MX6SLL")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> I had already sent a related patch earlier, but missed this second
> problem then.
Applied both, thanks.
Powered by blists - more mailing lists