[PATCH] RTC: rtc-dev tweak for 64-bit kernel
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 1 May 2006 19:16:16 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 2 May 2006 01:17:46 +0000 (18:17 -0700)
commit3418ff76119da52f808eb496191d1fd380f53f3d
tree2b705944ed950def93eda54e7f551ba36d8f41c6
parentb44df334a7e909d88cf5c54cc0481b4e2eaeca23
[PATCH] RTC: rtc-dev tweak for 64-bit kernel

Make rtc-dev work well on 64-bit platforms with 32-bit userland.  On those
platforms, users might try to read 32-bit integer value.  This patch make
rtc-dev's read() work well for both "int" and "long" size.  This tweak is came
from genrtc driver.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/rtc-dev.c