diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-18 04:30:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-18 04:30:27 +0000 |
commit | 563128078a5d390f4bb6b5f273d575dc7f1c7314 (patch) | |
tree | 83bf9c0ba13232776a35f2e2c605724ad0bd6bae /arch/mips64/lib | |
parent | e62014c38d171383c54eb1fee183f14f592521fc (diff) |
Remove no longer necessary inclusion of spinlock.h.
Diffstat (limited to 'arch/mips64/lib')
-rw-r--r-- | arch/mips64/lib/rtc-no.c | 1 | ||||
-rw-r--r-- | arch/mips64/lib/rtc-std.c | 1 |
2 files changed, 0 insertions, 2 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> |