diff options
author | Tony Lindgren <tony@atomide.com> | 2011-05-13 04:41:32 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-05-13 04:41:32 -0700 |
commit | 91d94af56a52ffc059523fdad71287232c040697 (patch) | |
tree | 6d8b002be63afebcb4fc2f4154feaea1b93315be /drivers/video/omap/Makefile | |
parent | bc593f5d787d0a015539e21868302fb44a47c3e3 (diff) | |
download | linux-91d94af56a52ffc059523fdad71287232c040697.tar.bz2 |
omap: Remove support for omap2evm
The board support has never been merged for it as noticed
by Russell King <linux@arm.linux.org.uk>. So let's remove the
related dead code.
Cc: linux-fbdev@vger.kernel.org
Cc: alsa-devel@alsa-project.org
Cc: Paul Mundt <lethal@linux-sh.org>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.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 49226a1b909e..25db55696e14 100644 --- a/drivers/video/omap/Makefile +++ b/drivers/video/omap/Makefile @@ -30,7 +30,6 @@ objs-y$(CONFIG_MACH_OMAP_APOLLON) += lcd_apollon.o objs-y$(CONFIG_MACH_OMAP_2430SDP) += lcd_2430sdp.o objs-y$(CONFIG_MACH_OMAP_3430SDP) += lcd_2430sdp.o objs-y$(CONFIG_MACH_OMAP_LDP) += lcd_ldp.o -objs-y$(CONFIG_MACH_OMAP2EVM) += lcd_omap2evm.o objs-y$(CONFIG_MACH_OMAP3EVM) += lcd_omap3evm.o objs-y$(CONFIG_MACH_OMAP3_BEAGLE) += lcd_omap3beagle.o objs-y$(CONFIG_FB_OMAP_LCD_MIPID) += lcd_mipid.o |