From: Tomi Valkeinen Date: Sat, 5 Nov 2011 08:59:59 +0000 (+0200) Subject: OMAPDSS: store overlays in a list for each manager X-Git-Tag: v3.3-rc1~59^2~2^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e327c9c18b382656bf455051759be8182627ae;p=pandora-kernel.git OMAPDSS: store overlays in a list for each manager Current way of handling overlay-manager links is a bit strange: each manager has a static array, containing pointers to all the overlays (even those used by other managers). The overlays contain a pointer to the manager being used. This patch makes the system a bit saner: each manager has a linked list of overlays, and only the overlays linked to that manager are in the list. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed