aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2010-09-09 16:38:04 -0700
committerLinus Torvalds <[email protected]>2010-09-09 18:57:24 -0700
commitb7bbbf354ed0edbbffdc70c9c17f1a5d4d78204c (patch)
treea7f641b2174420a5eecaf055784dba9f06a6c0cb
parentc956126c137d97acb6f4d56fa9572d0bcc84e4ed (diff)
MAINTAINERS: correct entry for legacy RTC-driver
Because no one dared to remove it so far, let's keep the entry correct, at least. Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Mike Frysinger <[email protected]> Cc: Paul Gortmaker <[email protected]> Cc: Alessandro Zummo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--MAINTAINERS6
1 files changed, 2 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a3da87f82a75..9800de5ec222 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4838,12 +4838,10 @@ F: kernel/rcu*
F: kernel/srcu*
X: kernel/rcutorture.c
-REAL TIME CLOCK DRIVER
+REAL TIME CLOCK DRIVER (LEGACY)
M: Paul Gortmaker <[email protected]>
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 <[email protected]>