From: Tomi Valkeinen Date: Fri, 9 Sep 2011 14:35:14 +0000 (+0300) Subject: OMAP: DSS2: panel-generic-dpi: remove "generic" panel X-Git-Tag: next-20111004~36^2~33 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aadb85e5cacb285f24c0ecde77ffa59839218e3b;p=karo-tx-linux.git OMAP: DSS2: panel-generic-dpi: remove "generic" panel Remove the "generic" panel config entry, which is not used. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c index b40130400553..e0399c3c3e4e 100644 --- a/drivers/video/omap2/displays/panel-generic-dpi.c +++ b/drivers/video/omap2/displays/panel-generic-dpi.c @@ -58,30 +58,6 @@ struct panel_config { /* Panel configurations */ static struct panel_config generic_dpi_panels[] = { - /* Generic Panel */ - { - { - .x_res = 640, - .y_res = 480, - - .pixel_clock = 23500, - - .hfp = 48, - .hsw = 32, - .hbp = 80, - - .vfp = 3, - .vsw = 4, - .vbp = 7, - }, - .acbi = 0x0, - .acb = 0x0, - .config = OMAP_DSS_LCD_TFT, - .power_on_delay = 0, - .power_off_delay = 0, - .name = "generic", - }, - /* Sharp LQ043T1DG01 */ { {