diff options
Diffstat (limited to 'arch/mips/jazz/rtc-jazz.c')
-rw-r--r-- | arch/mips/jazz/rtc-jazz.c | 6 |
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> |