All of lore.kernel.org
 help / color / mirror / Atom feed
* + drivers-rtc-rtc-pcf2127c-remove-empty-function.patch added to -mm tree
@ 2013-07-19 22:35 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-07-19 22:35 UTC (permalink / raw)
  To: mm-commits, sachin.kamat

Subject: + drivers-rtc-rtc-pcf2127c-remove-empty-function.patch added to -mm tree
To: sachin.kamat@linaro.org
From: akpm@linux-foundation.org
Date: Fri, 19 Jul 2013 15:35:14 -0700


The patch titled
     Subject: drivers/rtc/rtc-pcf2127.c: remove empty function
has been added to the -mm tree.  Its filename is
     drivers-rtc-rtc-pcf2127c-remove-empty-function.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/drivers-rtc-rtc-pcf2127c-remove-empty-function.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/drivers-rtc-rtc-pcf2127c-remove-empty-function.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

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

The 'remove' function is empty and does not do anything.  Delete it.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN drivers/rtc/rtc-pcf2127.c~drivers-rtc-rtc-pcf2127c-remove-empty-function drivers/rtc/rtc-pcf2127.c
--- a/drivers/rtc/rtc-pcf2127.c~drivers-rtc-rtc-pcf2127c-remove-empty-function
+++ a/drivers/rtc/rtc-pcf2127.c
@@ -203,11 +203,6 @@ static int pcf2127_probe(struct i2c_clie
 	return 0;
 }
 
-static int pcf2127_remove(struct i2c_client *client)
-{
-	return 0;
-}

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-19 22:35 + drivers-rtc-rtc-pcf2127c-remove-empty-function.patch added to -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.