diff options
Diffstat (limited to 'drivers/rtc/rtc-vr41xx.c')
| -rw-r--r-- | drivers/rtc/rtc-vr41xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-vr41xx.c b/drivers/rtc/rtc-vr41xx.c index 33e029207e26..4b9291dd4443 100644 --- a/drivers/rtc/rtc-vr41xx.c +++ b/drivers/rtc/rtc-vr41xx.c | |||
| @@ -93,7 +93,7 @@ static void __iomem *rtc2_base; | |||
| 93 | 93 | ||
| 94 | static unsigned long epoch = 1970; /* Jan 1 1970 00:00:00 */ | 94 | static unsigned long epoch = 1970; /* Jan 1 1970 00:00:00 */ |
| 95 | 95 | ||
| 96 | static spinlock_t rtc_lock = SPIN_LOCK_UNLOCKED; | 96 | static DEFINE_SPINLOCK(rtc_lock); |
| 97 | static char rtc_name[] = "RTC"; | 97 | static char rtc_name[] = "RTC"; |
| 98 | static unsigned long periodic_frequency; | 98 | static unsigned long periodic_frequency; |
| 99 | static unsigned long periodic_count; | 99 | static unsigned long periodic_count; |
