summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/Makefile
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-05-15 10:48:45 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-08-29 16:21:52 +0300
commit164ebdd1107ad1150033acd0e76e4f16456b5ca6 (patch)
treee5598902bd0c3da2124547eae79ae40148b3644c /drivers/video/omap2/dss/Makefile
parent86a3efe150af25e7ca495d4ea46c6aa69c3d462a (diff)
downloadop-kernel-dev-164ebdd1107ad1150033acd0e76e4f16456b5ca6.zip
op-kernel-dev-164ebdd1107ad1150033acd0e76e4f16456b5ca6.tar.gz
OMAPDSS: HDMI: remove code related to old panel model
Now that the old panel drivers have been removed, we can remove the old-model API and related code from the DSS encoder drivers. This patch removes the code from the HDMI driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/Makefile')
-rw-r--r--drivers/video/omap2/dss/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile
index 61949ff..e022ed1 100644
--- a/drivers/video/omap2/dss/Makefile
+++ b/drivers/video/omap2/dss/Makefile
@@ -10,6 +10,5 @@ omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o
omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o venc_panel.o
omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o
omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o
-omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \
- hdmi_panel.o ti_hdmi_4xxx_ip.o
+omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o ti_hdmi_4xxx_ip.o
ccflags-$(CONFIG_OMAP2_DSS_DEBUG) += -DDEBUG
OpenPOWER on IntegriCloud