From: Paul Walmsley Date: Wed, 27 Jan 2010 03:13:00 +0000 (-0700) Subject: OMAP clockdomain/powerdomain: remove runtime register/unregister X-Git-Tag: v2.6.34-rc1~230^2~117^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e909d62a8afda7a224a7e322cf2f387d69ca771f;p=pandora-kernel.git OMAP clockdomain/powerdomain: remove runtime register/unregister OMAP clockdomains and powerdomains are currently defined statically, only registered at boot, and never unregistered, so we can remove the unregister function and the locking. A variant of this was originally suggested a while ago by Dmitry Baryshkov . This version of this patch contains an additional fix from Kevin Hilman to address one of the pwrdm_for_each_nolock() users in mach-omap2/pm-debug.c. Thanks Kevin. Signed-off-by: Paul Walmsley Cc: Dmitry Baryshkov Cc: Kevin Hilman --- Reading git-diff-tree failed