diff --git a/[refs] b/[refs] index 996e843a0bd0..2922a99fc7b5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd1408f22d2fd8f0d09c082b07cf0b9bcfb6eac9 +refs/heads/master: 1af2fe45fec15bdba446c22b9b602699cdabfc9f diff --git a/trunk/arch/sh/kernel/time.c b/trunk/arch/sh/kernel/time.c index c26576a5a454..e0aa769481ff 100644 --- a/trunk/arch/sh/kernel/time.c +++ b/trunk/arch/sh/kernel/time.c @@ -17,7 +17,6 @@ #include #include #include -#include /* for rtc_lock */ #include #include #include @@ -27,10 +26,6 @@ struct sys_timer *sys_timer; -/* Move this somewhere more sensible.. */ -DEFINE_SPINLOCK(rtc_lock); -EXPORT_SYMBOL(rtc_lock); - /* Dummy RTC ops */ static void null_rtc_get_time(struct timespec *tv) {