All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] rtc-m41t80-remove-drv_version-macro.patch removed from -mm tree
@ 2014-06-09 19:28 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-06-09 19:28 UTC (permalink / raw)
  To: mm-commits, jg1.han, a.zummo, wsa

Subject: [merged] rtc-m41t80-remove-drv_version-macro.patch removed from -mm tree
To: wsa@sang-engineering.com,a.zummo@towertech.it,jg1.han@samsung.com,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Mon, 09 Jun 2014 12:28:32 -0700


The patch titled
     Subject: drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
has been removed from the -mm tree.  Its filename was
     rtc-m41t80-remove-drv_version-macro.patch

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

------------------------------------------------------
From: Wolfram Sang <wsa@sang-engineering.com>
Subject: drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro

History is in git, no need for sperate versioning.  Also remove the
success printout, RTC core does it, too.

Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

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

diff -puN drivers/rtc/rtc-m41t80.c~rtc-m41t80-remove-drv_version-macro drivers/rtc/rtc-m41t80.c
--- a/drivers/rtc/rtc-m41t80.c~rtc-m41t80-remove-drv_version-macro
+++ a/drivers/rtc/rtc-m41t80.c
@@ -66,8 +66,6 @@
 #define M41T80_FEATURE_WD	(1 << 3)	/* Extra watchdog resolution */
 #define M41T80_FEATURE_SQ_ALT	(1 << 4)	/* RSx bits are in reg 4 */
 
-#define DRV_VERSION "0.05"
-
 static DEFINE_MUTEX(m41t80_rtc_mutex);
 static const struct i2c_device_id m41t80_id[] = {
 	{ "m41t62", M41T80_FEATURE_SQ | M41T80_FEATURE_SQ_ALT },
@@ -634,9 +632,6 @@ static int m41t80_probe(struct i2c_clien
 		goto exit;
 	}
 
-	dev_info(&client->dev,
-		 "chip found, driver version " DRV_VERSION "\n");

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

only message in thread, other threads:[~2014-06-09 19:28 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:28 [merged] rtc-m41t80-remove-drv_version-macro.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.