OMAPDSS: move ovl-mgr function setup to apply.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 23 Oct 2012 10:44:12 +0000 (13:44 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 7 Dec 2012 15:05:54 +0000 (17:05 +0200)
commit0c49ff747a4656e24b8990764f5ee4cd047ee982
tree06395ab608217183bda7b141db8811300e6b168c
parent23dfd1ac87b56652e618fda24b035505c89c4b8c
OMAPDSS: move ovl-mgr function setup to apply.c

Most of the functions that are assigned to the fields in ovl-mgr struct
are in apply.c. By moving the function pointer setup into apply.c we can
make these functions static.

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