summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/rtc-std.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/rtc-std.c')
-rw-r--r--arch/mips/lib/rtc-std.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/lib/rtc-std.c b/arch/mips/lib/rtc-std.c
index a601d1879..334ee3884 100644
--- a/arch/mips/lib/rtc-std.c
+++ b/arch/mips/lib/rtc-std.c
@@ -1,13 +1,13 @@
-/* $Id: rtc-std.c,v 1.2 1998/06/25 20:19:16 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 PC 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>