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)
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>

No differences found