Arnd Bergmann bc0ebbd5b5 ARM: imx: call imx6sx_cpuidle_init() conditionally for 6sll
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@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2018-07-11 21:05:20 +08:00
..
2018-07-11 20:47:37 +08:00
2016-02-02 13:31:19 +08:00
2017-01-02 14:02:09 +08:00
2016-08-01 18:21:13 -04:00
2016-08-01 18:21:13 -04:00
2018-07-11 21:04:03 +08:00
2016-06-28 10:26:37 +08:00
2018-03-16 20:44:12 +01:00
2016-06-28 10:26:20 +08:00
2016-08-01 18:27:08 -04:00