staging/xgifb: Remove unsupported mode LCD_320x480
authorPeter Huewe <peterhuewe@gmx.de>
Sun, 15 Jan 2012 19:34:52 +0000 (20:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 17:21:55 +0000 (09:21 -0800)
commite24b0a3f0c9ab95a7910458f3b4d90fdf19954e2
treed5264a9fa484c5961d45f799489916d61b83b0b6
parente3b09e4bf6455caccc7ef215256e4f0065fbca7d
staging/xgifb: Remove unsupported mode LCD_320x480

This patch removes the probed mode LCD_320x480 which isn't supported
anyway since this mode falls through to the default (=invalid) mode in
the
XGIfb_validate_mode function (see line 529 ff. for details. the
commented out code for this mode is also removed).

By removing this assignment, we can use the LCD_TYPEs from the sis
driver without modifications.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c