OMAPDSS: analog-tv-connector: compile fix
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Aug 2013 07:15:01 +0000 (10:15 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Aug 2013 10:03:21 +0000 (13:03 +0300)
commit005358c8c05998bef5e136ca7e7d6b1dc5326b49
tree94897d35a05d5e577023adfcb0d8b85966f9989c
parent7808e3291e1e101e9ad6e8263119c4a2abae05ef
OMAPDSS: analog-tv-connector: compile fix

connector-analog-tv.c uses omap_dss_pal_timings, defined in omapdss's
venc.c, for default timings. omap_dss_pal_timings only exists when VENC
is enabled in the kernel config, so disabling VENC breaks
omap_dss_pal_timings connector-analog-tv compilation.

Instead of adding dependency to VENC, add internal default timings to
the connector driver, because the connector driver should not depend on
VENC, and it can be used with any other analog TV encoder.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/displays-new/connector-analog-tv.c