]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: fix build error
authorRaghavendra Ganiga <ravi23ganiga@gmail.com>
Thu, 22 May 2014 00:43:51 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:51 +0000 (10:43 +1000)
commitac61f297b1b243b5cdda2ee9d1e1f9c8244d6925
tree3061df6c1a9a072a919fc9658cb15f72a4862470
parent8615755a5ca6d6bf89a6fdeec833defafcea6c05
rtc: fix build error

Fix the following build errors reported by kbuild test robot by selecting
REGMAP_SPI in Kconfig file

drivers/built-in.o: In function `ds1343_probe':
rtc-ds1343.c:(.text+0x1baf8f): undefined reference to `devm_regmap_init_spi'

Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga@gmail.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/Kconfig