From: Tomi Valkeinen Date: Tue, 15 Nov 2011 12:43:53 +0000 (+0200) Subject: OMAPDSS: APPLY: move mgr->enabled to mgr_priv_data X-Git-Tag: v3.3-rc1~59^2~2^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf213523fe9708572a0b0a9149f7196a4f058564;p=pandora-kernel.git OMAPDSS: APPLY: move mgr->enabled to mgr_priv_data struct omap_overlay_manager contains "enabled"-field, used to track if the manager is enabled or not. This field should be internal to apply.c. This patch moves the field to mgr_priv_data, and applies the necessary locking when accessing the field. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed