diff options
Diffstat (limited to 'drivers/char/keyboard.c')
-rw-r--r-- | drivers/char/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index de26a978fbdd..5e34577309b7 100644 --- a/drivers/char/keyboard.c +++ b/drivers/char/keyboard.c @@ -1123,7 +1123,9 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode, #define HW_RAW(dev) 0 +#if defined CONFIG_INPUT_KEYBOARD #warning "Cannot generate rawmode keyboard for your architecture yet." +#endif static int emulate_raw(struct vc_data *vc, unsigned int keycode, unsigned char up_flag) { |