OMAPDSS: remove enum omap_dss_overlay_managers
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 25 Jun 2012 08:20:13 +0000 (11:20 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 28 Jun 2012 06:11:28 +0000 (09:11 +0300)
commit0df8ad71a281893bf0bb46b715397ec4f106d394
treeab8ac7721237232977cb98354f9809c4da5ee8bb
parent289733ed456f7c1cbdb1f1ca58312f77c239953b
OMAPDSS: remove enum omap_dss_overlay_managers

We have two almost the same enums: omap_channel and
omap_dss_overlay_managers. omap_channel is used almost everywhere, and
omap_channel assigns explicit values to the enum values which are needed
for proper operation.

omap_dss_overlay_managers is only used in one place, so it's easy to
remove it, which is what this patch does.

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