summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-18 04:30:27 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-18 04:30:27 +0000
commit563128078a5d390f4bb6b5f273d575dc7f1c7314 (patch)
tree83bf9c0ba13232776a35f2e2c605724ad0bd6bae /arch/mips64
parente62014c38d171383c54eb1fee183f14f592521fc (diff)
Remove no longer necessary inclusion of spinlock.h.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/lib/rtc-no.c1
-rw-r--r--arch/mips64/lib/rtc-std.c1
-rw-r--r--arch/mips64/sgi-ip22/ip22-rtc.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips64/lib/rtc-no.c b/arch/mips64/lib/rtc-no.c
index 7a2e4b9e5..b2726fe34 100644
--- a/arch/mips64/lib/rtc-no.c
+++ b/arch/mips64/lib/rtc-no.c
@@ -9,7 +9,6 @@
* Copyright (C) 1998, 2001 by Ralf Baechle
*/
#include <linux/kernel.h>
-#include <linux/spinlock.h>
#include <linux/mc146818rtc.h>
static unsigned char no_rtc_read_data(unsigned long addr)
diff --git a/arch/mips64/lib/rtc-std.c b/arch/mips64/lib/rtc-std.c
index 989c0e8cc..c354968dc 100644
--- a/arch/mips64/lib/rtc-std.c
+++ b/arch/mips64/lib/rtc-std.c
@@ -7,7 +7,6 @@
*
* Copyright (C) 1998 by Ralf Baechle
*/
-#include <linux/spinlock.h>
#include <linux/mc146818rtc.h>
#include <asm/io.h>
diff --git a/arch/mips64/sgi-ip22/ip22-rtc.c b/arch/mips64/sgi-ip22/ip22-rtc.c
index b53ca3b5a..02861b475 100644
--- a/arch/mips64/sgi-ip22/ip22-rtc.c
+++ b/arch/mips64/sgi-ip22/ip22-rtc.c
@@ -7,7 +7,6 @@
*
* Copyright (C) 1998, 2001 by Ralf Baechle
*/
-#include <linux/spinlock.h>
#include <linux/mc146818rtc.h>
#include <asm/sgi/sgihpc.h>