diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-10 17:31:20 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-22 10:55:29 +0200 |
commit | fdcb68884b3b0def9cc410d07adbafe7c3a9e537 (patch) | |
tree | 364679efdf0e1d2ace211422e91bbaf0a1dcad0d /drivers/video/omap/Makefile | |
parent | b01543dfe67bb1d191998e90d20534dc354de059 (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/Makefile')
-rw-r--r-- | drivers/video/omap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/omap/Makefile b/drivers/video/omap/Makefile index ef78550917f..7042a4ac707 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -14,7 +14,6 @@ objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o -objs-y$(CONFIG_FB_OMAP_LCDC_BLIZZARD) += blizzard.o objs-y$(CONFIG_MACH_AMS_DELTA) += lcd_ams_delta.o objs-y$(CONFIG_MACH_OMAP_H3) += lcd_h3.o |