Subject: [merged] 
rtc-fix-potential-race-condition-and-remove-build-errors.patch removed from -mm 
tree
To: 
[email protected],[email protected],[email protected],[email protected]
From: [email protected]
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 <[email protected]>
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 <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 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 [email protected] are

origin.patch
linux-next.patch

--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to