summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-11 21:39:21 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-11 21:39:21 +0000
commitdd422013dc7f307f70a893fcf18b95c47b144823 (patch)
treed1fa81db3c96c6f4cf586cc9551d3531f952f11a /arch/mips64
parent005148995abcc819c8e42a776767e6256e90e865 (diff)
Include <linux/spinlock.h>.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/sgi-ip22/ip22-rtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/sgi-ip22/ip22-rtc.c b/arch/mips64/sgi-ip22/ip22-rtc.c
index eca3bcaab..b53ca3b5a 100644
--- a/arch/mips64/sgi-ip22/ip22-rtc.c
+++ b/arch/mips64/sgi-ip22/ip22-rtc.c
@@ -1,13 +1,13 @@
-/* $Id: ip22-rtc.c,v 1.1 1999/08/20 21:13:34 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 Indy 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/sgi/sgihpc.h>