OMAPDSS: move ovl & ovl-mgr init to apply.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 23 Oct 2012 10:46:12 +0000 (13:46 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:54 +0000 (17:05 +0200)
commit23dfd1ac87b56652e618fda24b035505c89c4b8c
treefeb6e4366870e3c690c84bbdccfae960a6e64139
parent8dd2491a4216778a81668581041ba1c06453ed6c
OMAPDSS: move ovl & ovl-mgr init to apply.c

Overlay and overlay_manager structs will only be needed in the compat
mode.

This patch moves initialization of overlay and overlay_manager structs
to apply.c, so that they are handled in omapdss_compat_init().

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/core.c