From: Paul Walmsley Date: Tue, 30 Oct 2012 02:55:53 +0000 (-0600) Subject: ARM: OMAP2xxx: clock: remove global 'dclk' variable X-Git-Tag: omap-for-v3.8/fixes-non-critical-v2-signed~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f03937700e3991a0de801ade8374628f2c982d5;p=pandora-kernel.git ARM: OMAP2xxx: clock: remove global 'dclk' variable Remove the global 'dclk' variable, instead replacing it with a variable local to the dpllcore clock type C file. This removes some of the special-case code surrounding the OMAP2xxx clock init. This patch is a prerequisite for the removal of the omap_prcm_restart() code from arch/arm/mach-omap2/prcm.c. It also cleans up some special-case OMAP2xxx clock code in the process. Signed-off-by: Paul Walmsley Tested-by: Vaibhav Hiremath --- Reading git-diff-tree failed