diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-05-22 13:19:04 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-29 16:21:53 +0300 |
commit | 09d2e7cdebd53b7572380a215008b334ff6321a5 (patch) | |
tree | f284c4f721ad6c0df7ed575724ffdc34ccf0a46b /drivers/video/omap2/dss/Makefile | |
parent | cd6e915b360c26a71aaa634ef6735658b05fe89d (diff) | |
download | linux-09d2e7cdebd53b7572380a215008b334ff6321a5.tar.gz linux-09d2e7cdebd53b7572380a215008b334ff6321a5.tar.bz2 linux-09d2e7cdebd53b7572380a215008b334ff6321a5.zip |
OMAPDSS: VENC: 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 VENC 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile index e022ed103804..94832eb06a3d 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/omap2/dss/Makefile @@ -7,7 +7,7 @@ omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \ dispc-compat.o display-sysfs.o omapdss-$(CONFIG_OMAP2_DSS_DPI) += dpi.o omapdss-$(CONFIG_OMAP2_DSS_RFBI) += rfbi.o -omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o venc_panel.o +omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o ti_hdmi_4xxx_ip.o |