From: Paul Walmsley Date: Sat, 26 Jan 2013 07:58:17 +0000 (-0700) Subject: ARM: OMAP2+: clockdomain: work on wkdep/sleepdep functions X-Git-Tag: omap-for-v3.9/pm-signed^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65958fb6ca7b7e504caf852e492fe554224de1ba;p=pandora-kernel.git ARM: OMAP2+: clockdomain: work on wkdep/sleepdep functions Split the clkdm_(add|del)_(wk|sleep)dep() functions into lockless and locking versions -- this will be needed in a subsequent patch. Also, while here, remove the leading underscore, since these are not currently static functions. And for functions that have kerneldoc-style comment blocks, but which are missing the initial '/**' tag, fix the tag to indicate that they are kerneldoc. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed