summaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/rtc-jazz.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-02-26 00:44:39 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-02-26 00:44:39 +0000
commitcb16a6c4fa8d87827f3cdea2d56940c3e943301e (patch)
treea8d900b82a5930ab8c17b20ac89979ecff27bcd3 /arch/mips/jazz/rtc-jazz.c
parente4d8ca1906ea4139cf3cef237b731d38dd983920 (diff)
Some changes to get Jazz to compile again. There are other changes
needed which I won't checkin yet.
Diffstat (limited to 'arch/mips/jazz/rtc-jazz.c')
-rw-r--r--arch/mips/jazz/rtc-jazz.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/jazz/rtc-jazz.c b/arch/mips/jazz/rtc-jazz.c
index 2f5393ed1..3a666a4dc 100644
--- a/arch/mips/jazz/rtc-jazz.c
+++ b/arch/mips/jazz/rtc-jazz.c
@@ -1,13 +1,13 @@
-/* $Id: rtc-jazz.c,v 1.2 1998/06/25 20:19:14 ralf Exp $
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* RTC routines for Jazz style attached Dallas chip.
*
- * Copyright (C) 1998 by Ralf Baechle
+ * Copyright (C) 1998, 2001 by Ralf Baechle
*/
+#include <linux/spinlock.h>
#include <linux/mc146818rtc.h>
#include <asm/io.h>
#include <asm/jazz.h>