All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] rtc-fix-potential-race-condition-and-remove-build-errors.patch removed from -mm tree
@ 2014-06-09 19:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-06-09 19:29 UTC (permalink / raw)
  To: mm-commits, stable, a.zummo, ravi23ganiga

Subject: [merged] rtc-fix-potential-race-condition-and-remove-build-errors.patch removed from -mm tree
To: ravi23ganiga@gmail.com,a.zummo@towertech.it,stable@vger.kernel.org,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
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@gmail.com>
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@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 |    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@gmail.com are

origin.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-09 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 19:29 [merged] rtc-fix-potential-race-condition-and-remove-build-errors.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.