提交 e53f12cc 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

remove include/asm-h8300/keyboard.h

This patch removes the unused include/asm-h8300/keyboard.h
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Acked-by: NYoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 5f09c4c7
/*
* linux/include/asm-h8300/keyboard.h
* Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
* This file contains the Dragonball architecture specific keyboard definitions
*/
#ifndef _H8300_KEYBOARD_H
#define _H8300_KEYBOARD_H
/* dummy i.e. no real keyboard */
#define kbd_setkeycode(x...) (-ENOSYS)
#define kbd_getkeycode(x...) (-ENOSYS)
#define kbd_translate(x...) (0)
#define kbd_unexpected_up(x...) (1)
#define kbd_leds(x...) do {;} while (0)
#define kbd_init_hw(x...) do {;} while (0)
#define kbd_enable_irq(x...) do {;} while (0)
#define kbd_disable_irq(x...) do {;} while (0)
#endif /* _H8300_KEYBOARD_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册