All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] drivers-rtc-rtc-rs5c348c-remove-empty-function.patch removed from -mm tree
@ 2013-07-08 19:34 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-07-08 19:34 UTC (permalink / raw)
  To: mm-commits, anemo, sachin.kamat

Subject: [merged] drivers-rtc-rtc-rs5c348c-remove-empty-function.patch removed from -mm tree
To: sachin.kamat@linaro.org,anemo@mba.ocn.ne.jp,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Mon, 08 Jul 2013 12:34:34 -0700


The patch titled
     Subject: drivers/rtc/rtc-rs5c348.c: remove empty function
has been removed from the -mm tree.  Its filename was
     drivers-rtc-rtc-rs5c348c-remove-empty-function.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Sachin Kamat <sachin.kamat@linaro.org>
Subject: drivers/rtc/rtc-rs5c348.c: remove empty function

After the switch to devm_* functions and the removal of
rtc_device_unregister(), the 'remove' function does not do anything.
Delete it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/rtc-rs5c348.c |    6 ------
 1 file changed, 6 deletions(-)

diff -puN drivers/rtc/rtc-rs5c348.c~drivers-rtc-rtc-rs5c348c-remove-empty-function drivers/rtc/rtc-rs5c348.c
--- a/drivers/rtc/rtc-rs5c348.c~drivers-rtc-rtc-rs5c348c-remove-empty-function
+++ a/drivers/rtc/rtc-rs5c348.c
@@ -218,18 +218,12 @@ static int rs5c348_probe(struct spi_devi
 	return ret;
 }
 
-static int rs5c348_remove(struct spi_device *spi)
-{
-	return 0;
-}

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

only message in thread, other threads:[~2013-07-08 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-08 19:34 [merged] drivers-rtc-rtc-rs5c348c-remove-empty-function.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.