diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-08 03:11:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-08 03:11:56 +0000 |
commit | 4fb7332cbdc556eb3121161e338af96430e1b0c7 (patch) | |
tree | 3935d8e758b46bb34ed7a05ffa6113561b0da1a3 /include/asm-mips | |
parent | 77284600088de16f922b259a71718c919044d61f (diff) |
Fix warnings.
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/watch.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-mips/watch.h b/include/asm-mips/watch.h index abfc622ef..7945e0b2f 100644 --- a/include/asm-mips/watch.h +++ b/include/asm-mips/watch.h @@ -1,10 +1,9 @@ -/* $Id: watch.h,v 1.3 1998/08/19 21:58:15 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. * - * Copyright (C) 1996, 1997, 1998 by Ralf Baechle + * Copyright (C) 1996, 1997, 1998, 2000, 2001 by Ralf Baechle */ #ifndef __ASM_WATCH_H #define __ASM_WATCH_H @@ -35,4 +34,4 @@ extern asmlinkage void __watch_reenable(void); if (watch_available) \ __watch_reenable() -#endif __ASM_WATCH_H +#endif /* __ASM_WATCH_H */ |