]> git.baikalelectronics.ru Git - kernel.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)
commita03fdc2d63a9ab0dde75420aebc629ccfd9544ce
treeacd4fac57e6cbe9569aac967835200a1e188c417
parentf05d5fc673c5fde45ea51417c15a90766892732b
[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