summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/keyboard.h')
-rw-r--r--include/asm-mips/keyboard.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/asm-mips/keyboard.h b/include/asm-mips/keyboard.h
index 9b30c45c2..6748eb8c2 100644
--- a/include/asm-mips/keyboard.h
+++ b/include/asm-mips/keyboard.h
@@ -1,14 +1,13 @@
-/*
- * CPU specific parts of the keyboard driver
+/* $Id$
*
* 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.
*
- * $Id: keyboard.h,v 1.12 1999/01/04 16:09:22 ralf Exp $
+ * Copyright (C) 1994 - 1999 Ralf Baechle
*/
-#ifndef __ASM_MIPS_KEYBOARD_H
-#define __ASM_MIPS_KEYBOARD_H
+#ifndef _ASM_KEYBOARD_H
+#define _ASM_KEYBOARD_H
#ifdef __KERNEL__
@@ -73,4 +72,4 @@ extern struct kbd_ops *kbd_ops;
#endif /* __KERNEL */
-#endif /* __ASM_MIPS_KEYBOARD_H */
+#endif /* _ASM_KEYBOARD_H */