[PATCH] rtc: snvs: select option REGMAP_MMIO
From: Zhi Li <hidden>
Date: 2015-07-13 14:48:33
Also in:
linux-rtc
On Mon, Jul 13, 2015 at 3:11 AM, Shawn Guo [off-list ref] wrote:
Select REGMAP_MMIO to fix the following build error seen with x86_64 randconfig. drivers/built-in.o: In function `snvs_rtc_probe': rtc-snvs.c:(.text+0x567730): undefined reference to `devm_regmap_init_mmio_clk' Reported-by: kbuild test robot <redacted> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Acked-by: Frank Li <redacted>
quoted hunk ↗ jump to hunk
--- This is a fix to patch "rtc: snvs: use syscon to access register", which I queued on IMX tree for 4.3. So I will apply it to the same branch. Shawn drivers/rtc/Kconfig | 1 + 1 file changed, 1 insertion(+)diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 83b4b89b9d5a..533bfa3b6039 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig@@ -1523,6 +1523,7 @@ config RTC_DRV_MXC config RTC_DRV_SNVS tristate "Freescale SNVS RTC support" + select REGMAP_MMIO depends on HAS_IOMEM depends on OF help --1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel