summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-08 03:11:56 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-08 03:11:56 +0000
commit4fb7332cbdc556eb3121161e338af96430e1b0c7 (patch)
tree3935d8e758b46bb34ed7a05ffa6113561b0da1a3 /include
parent77284600088de16f922b259a71718c919044d61f (diff)
Fix warnings.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/watch.h7
-rw-r--r--include/asm-mips64/watch.h7
2 files changed, 6 insertions, 8 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 */
diff --git a/include/asm-mips64/watch.h b/include/asm-mips64/watch.h
index b9c744ce8..572f3fe28 100644
--- a/include/asm-mips64/watch.h
+++ b/include/asm-mips64/watch.h
@@ -1,10 +1,9 @@
-/* $Id: watch.h,v 1.1 1999/09/27 16:01:41 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, 1999 by Ralf Baechle
+ * Copyright (C) 1996, 1997, 1998, 1999, 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 */