diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/keyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index de26a978fbdd..737be953cc58 100644 --- a/drivers/char/keyboard.c +++ b/drivers/char/keyboard.c | |||
@@ -1123,8 +1123,6 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode, | |||
1123 | 1123 | ||
1124 | #define HW_RAW(dev) 0 | 1124 | #define HW_RAW(dev) 0 |
1125 | 1125 | ||
1126 | #warning "Cannot generate rawmode keyboard for your architecture yet." | ||
1127 | |||
1128 | static int emulate_raw(struct vc_data *vc, unsigned int keycode, unsigned char up_flag) | 1126 | static int emulate_raw(struct vc_data *vc, unsigned int keycode, unsigned char up_flag) |
1129 | { | 1127 | { |
1130 | if (keycode > 127) | 1128 | if (keycode > 127) |