From: Tomi Valkeinen Date: Tue, 15 Nov 2011 10:04:10 +0000 (+0200) Subject: OMAPDSS: APPLY: move spinlock outside the struct X-Git-Tag: v3.3-rc1~59^2~2^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063fd701abba3b58c36b6043d5feacf0fdc76cbd;p=pandora-kernel.git OMAPDSS: APPLY: move spinlock outside the struct dss_cache struct contains a spinlock used to protect the struct. A more logical place for the spinlock is outside the struct that it is protecting. So move it there. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed