diff options
-rw-r--r-- | arch/mips64/sgi-ip22/ip22-rtc.c | 6 |
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> |