OMAPDSS: DISPC: use dss_feat_get_num_ovls()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 15 Oct 2012 12:37:22 +0000 (15:37 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 29 Oct 2012 10:44:38 +0000 (12:44 +0200)
Use dss_feat_get_num_ovls() in dispc.c instead of
omap_dss_get_num_overlays() to remove the dependency to overlay.c. Note
that we still have uses of omap_dss_get_num_overlays() in dispc.c, but
these will be moved out in the future patches.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found