From: Tomi Valkeinen Date: Mon, 25 Jun 2012 08:20:13 +0000 (+0300) Subject: OMAPDSS: remove enum omap_dss_overlay_managers X-Git-Tag: v3.6-rc1~16^2~11^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df8ad71a281893bf0bb46b715397ec4f106d394;p=pandora-kernel.git 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 --- Reading git-diff-tree failed