diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-24 00:28:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:22 -0400 |
commit | e53f12cc6c43b69f54937f15c5706d83f67c2fdd (patch) | |
tree | abf3b7a0ab0d1b1637da33e9bc9e154b7ffa2c75 /include/asm-h8300 | |
parent | 5f09c4c797d00bef5700e1ca085b4efcedaf34b8 (diff) |
remove include/asm-h8300/keyboard.h
This patch removes the unused include/asm-h8300/keyboard.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-h8300')
-rw-r--r-- | include/asm-h8300/keyboard.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h deleted file mode 100644 index 90efbd655390..000000000000 --- a/include/asm-h8300/keyboard.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | /* | ||
2 | * linux/include/asm-h8300/keyboard.h | ||
3 | * Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net> | ||
4 | * This file contains the Dragonball architecture specific keyboard definitions | ||
5 | */ | ||
6 | |||
7 | #ifndef _H8300_KEYBOARD_H | ||
8 | #define _H8300_KEYBOARD_H | ||
9 | |||
10 | |||
11 | /* dummy i.e. no real keyboard */ | ||
12 | #define kbd_setkeycode(x...) (-ENOSYS) | ||
13 | #define kbd_getkeycode(x...) (-ENOSYS) | ||
14 | #define kbd_translate(x...) (0) | ||
15 | #define kbd_unexpected_up(x...) (1) | ||
16 | #define kbd_leds(x...) do {;} while (0) | ||
17 | #define kbd_init_hw(x...) do {;} while (0) | ||
18 | #define kbd_enable_irq(x...) do {;} while (0) | ||
19 | #define kbd_disable_irq(x...) do {;} while (0) | ||
20 | |||
21 | #endif /* _H8300_KEYBOARD_H */ | ||
22 | |||
23 | |||
24 | |||