mirror of
https://github.com/lkl/linux.git
synced 2025-12-22 09:33:02 +09:00
This converts the sh03 rtc code off of using the global rtc_lock and on to its own spinlock. There are no other possible users of the rtc_lock, so serializing with it is not necessary. Signed-off-by: Paul Mundt <lethal@linux-sh.org>