commit | 0df8ad71a281893bf0bb46b715397ec4f106d394 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jun 25 11:20:13 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Jun 28 09:11:28 2012 +0300 |
tree | ab8ac7721237232977cb98354f9809c4da5ee8bb | |
parent | 289733ed456f7c1cbdb1f1ca58312f77c239953b [diff] |
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>