Subject: [merged] rtc-fix-potential-race-condition-and-remove-build-errors.patch removed from -mm tree To: ravi23ganiga@xxxxxxxxx,a.zummo@xxxxxxxxxxxx,stable@xxxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 09 Jun 2014 12:29:52 -0700 The patch titled Subject: rtc: fix build error has been removed from the -mm tree. Its filename was rtc-fix-potential-race-condition-and-remove-build-errors.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Raghavendra Ganiga <ravi23ganiga@xxxxxxxxx> Subject: 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@xxxxxxxxx> Acked-by: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/rtc/Kconfig~rtc-fix-potential-race-condition-and-remove-build-errors drivers/rtc/Kconfig --- a/drivers/rtc/Kconfig~rtc-fix-potential-race-condition-and-remove-build-errors +++ a/drivers/rtc/Kconfig @@ -574,6 +574,7 @@ config RTC_DRV_DS1305 will be called rtc-ds1305. config RTC_DRV_DS1343 + select REGMAP_SPI tristate "Dallas/Maxim DS1343/DS1344" help If you say yes here you get support for the _ Patches currently in -mm which might be from ravi23ganiga@xxxxxxxxx are origin.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html