diff mbox

[RESEND] MAINTAINERS: correct entry for legacy RTC-driver

Message ID 1283813084-7022-1-git-send-email-w.sang@pengutronix.de
State Accepted
Headers show

Commit Message

Wolfram Sang Sept. 6, 2010, 10:44 p.m. UTC
Because no one dared to remove it so far, let's keep the entry correct, at
least.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Cc: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Andrew Morton <akpm@linux-foundation.org>
---

Andrew: Paul and Alessandro seem to be away at the moment, so their acks are
missing. However, the issue came up before and this mail shows that Paul
approves of such a patch:

http://groups.google.com/group/rtc-linux/msg/d4c218c7f2b0661d

 MAINTAINERS |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c36f5d7..c043320 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4836,12 +4836,10 @@  F:	kernel/rcu*
 F:	kernel/srcu*
 X:	kernel/rcutorture.c
 
-REAL TIME CLOCK DRIVER
+REAL TIME CLOCK DRIVER (LEGACY)
 M:	Paul Gortmaker <p_gortmaker@yahoo.com>
 S:	Maintained
-F:	Documentation/rtc.txt
-F:	drivers/rtc/
-F:	include/linux/rtc.h
+F:	drivers/char/rtc.c
 
 REAL TIME CLOCK (RTC) SUBSYSTEM
 M:	Alessandro Zummo <a.zummo@towertech.it>