[PATCH] Minor 32bit compatibility fix for /dev/rtc
commit571d4a87234210727052104ed931f3ef3fcb9df6
authorAndi Kleen <ak@suse.de>
Mon, 16 Jun 2003 03:10:42 +0000 (15 20:10 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 16 Jun 2003 03:10:42 +0000 (15 20:10 -0700)
treea50d3ba4a26febdac53e6294e5f1850bd794cb3b
parent7197ce26f30825120cd85e2445ff50c087f22836
[PATCH] Minor 32bit compatibility fix for /dev/rtc

Handle both unsigned int and unsigned long in rtc_read. This helps
when running 32bit userland under an 64bit kernel.
drivers/char/rtc.c