From: Dmitry Torokhov Date: Tue, 21 Apr 2009 04:14:23 +0000 (-0700) Subject: Input: keyboard - remove warning about raw mode not supported X-Git-Tag: v2.6.31-rc4~17^2~41 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=e912a30184b2d7fb3ab881120f2dc3e09bb59e1d;p=safe%2Fjmp%2Flinux-2.6 Input: keyboard - remove warning about raw mode not supported This warning made sense when legacy keyboard driver was preferred driver in X, but now that evdev driver is the default we can remove the warning. Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index de26a97..737be95 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, #define HW_RAW(dev) 0 -#warning "Cannot generate rawmode keyboard for your architecture yet." - static int emulate_raw(struct vc_data *vc, unsigned int keycode, unsigned char up_flag) { if (keycode > 127)