]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] RTC subsystem: fix proc output
authorAlessandro Zummo <a.zummo@towertech.it>
Tue, 11 Apr 2006 05:54:43 +0000 (22:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:47 +0000 (06:18 -0700)
commitadfb4341259f2f89baac2316a8a3660b63c1103b
treeacd4fac57e6cbe9569aac967835200a1e188c417
parentf90a65060e6a71a818abc3584ac64f986b838fba
[PATCH] RTC subsystem: fix proc output

Move the "24hr: yes" proc output from drivers to rtc proc code.  This is
required because the time value in the proc output is always in 24hr mode
regardless of the driver.

Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-ep93xx.c
drivers/rtc/rtc-m48t86.c
drivers/rtc/rtc-pcf8563.c
drivers/rtc/rtc-proc.c
drivers/rtc/rtc-rs5c372.c
drivers/rtc/rtc-test.c
drivers/rtc/rtc-x1205.c