commit | a0b31b578f9ab34826703762113f9d42f3ae9819 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Aug 28 17:34:31 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 29 14:16:46 2008 -0700 |
tree | d481fa8184ccb200c961a82c64ac2c972eb4cde5 | |
parent | 90de9dea3bfb80d0db9e6d1ff26f7ea7b2f1f0f5 [diff] |
sparc64: Check for RTC class device in update_persistent_clock(). As we convert the various by-hand sparc64 RTC drivers to use the generic RTC framework and drivers, we need to keep the NTP set_rtc_mmss() support via update_persistent_clock() working. In the end, after all the RTC device cases are converted, this local set_rtc_mmss() function will be deleted. Signed-off-by: David S. Miller <davem@davemloft.net>