mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion.patch added to -mm tree
@ 2013-06-10 21:49 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2013-06-10 21:49 UTC (permalink / raw)
  To: mm-commits, khilman, peter.ujfalusi

Subject: + drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion.patch added to -mm tree
To: peter.ujfalusi@ti.com,khilman@linaro.org
From: akpm@linux-foundation.org
Date: Mon, 10 Jun 2013 14:49:25 -0700


The patch titled
     Subject: drivers/rtc/rtc-twl.c: cleanup with module_platform_driver() conversion
has been added to the -mm tree.  Its filename is
     drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion.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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Subject: drivers/rtc/rtc-twl.c: cleanup with module_platform_driver() conversion

Use module_platform_driver() to register the platform driver.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/rtc-twl.c |   12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff -puN drivers/rtc/rtc-twl.c~drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion drivers/rtc/rtc-twl.c
--- a/drivers/rtc/rtc-twl.c~drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion
+++ a/drivers/rtc/rtc-twl.c
@@ -626,17 +626,7 @@ static struct platform_driver twl4030rtc
 	},
 };
 
-static int __init twl_rtc_init(void)
-{
-	return platform_driver_register(&twl4030rtc_driver);
-}
-module_init(twl_rtc_init);

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

only message in thread, other threads:[~2013-06-10 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-10 21:49 + drivers-rtc-rtc-twlc-cleanup-with-module_platform_driver-conversion.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).