aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-08 16:59:05 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 16:59:05 +0900
commit1af2fe45fec15bdba446c22b9b602699cdabfc9f (patch)
tree626d565f0f1108cc03fd1a1b921a44ab37acabc8 /arch
parentsh: mach-sh03: Give the sh03 rtc its own spinlock. (diff)
downloadlinux-dev-1af2fe45fec15bdba446c22b9b602699cdabfc9f.tar.xz
linux-dev-1af2fe45fec15bdba446c22b9b602699cdabfc9f.zip
sh: Kill off the global rtc_lock with extreme prejudice.
Now that all of the possible users for rtc_lock have gone away, it is no longer necessary to keep this lock definition around. This follows several other architectures that have either recently dropped it or never supported it in the first place. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/time.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/kernel/time.c b/arch/sh/kernel/time.c
index c26576a5a454..e0aa769481ff 100644
--- a/arch/sh/kernel/time.c
+++ b/arch/sh/kernel/time.c
@@ -17,7 +17,6 @@
#include <linux/timex.h>
#include <linux/sched.h>
#include <linux/clockchips.h>
-#include <linux/mc146818rtc.h> /* for rtc_lock */
#include <linux/platform_device.h>
#include <linux/smp.h>
#include <linux/rtc.h>
@@ -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)
{