aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/omapfb_main.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-10 10:31:20 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-22 03:55:29 -0500
commitfdcb68884b3b0def9cc410d07adbafe7c3a9e537 (patch)
tree364679efdf0e1d2ace211422e91bbaf0a1dcad0d /drivers/video/omap/omapfb_main.c
parentb01543dfe67bb1d191998e90d20534dc354de059 (diff)
OMAPFB: remove old blizzard driver
N8x0's blizzard driver has been ported to new omapdss driver, so we can now remove the old blizzard driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap/omapfb_main.c')
-rw-r--r--drivers/video/omap/omapfb_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c
index b291bfaac80e..440a5dd06654 100644
--- a/drivers/video/omap/omapfb_main.c
+++ b/drivers/video/omap/omapfb_main.c
@@ -104,7 +104,6 @@ static struct platform_device omapdss_device = {
104 * --------------------------------------------------------------------------- 104 * ---------------------------------------------------------------------------
105 */ 105 */
106extern struct lcd_ctrl hwa742_ctrl; 106extern struct lcd_ctrl hwa742_ctrl;
107extern struct lcd_ctrl blizzard_ctrl;
108 107
109static const struct lcd_ctrl *ctrls[] = { 108static const struct lcd_ctrl *ctrls[] = {
110#ifdef CONFIG_ARCH_OMAP1 109#ifdef CONFIG_ARCH_OMAP1
@@ -116,9 +115,6 @@ static const struct lcd_ctrl *ctrls[] = {
116#ifdef CONFIG_FB_OMAP_LCDC_HWA742 115#ifdef CONFIG_FB_OMAP_LCDC_HWA742
117 &hwa742_ctrl, 116 &hwa742_ctrl,
118#endif 117#endif
119#ifdef CONFIG_FB_OMAP_LCDC_BLIZZARD
120 &blizzard_ctrl,
121#endif
122}; 118};
123 119
124#ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL 120#ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL