]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM: OMAP2xxx: clock: remove global 'dclk' variable
authorPaul Walmsley <paul@pwsan.com>
Tue, 30 Oct 2012 02:55:53 +0000 (20:55 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 8 Nov 2012 19:33:08 +0000 (12:33 -0700)
commit5f03937700e3991a0de801ade8374628f2c982d5
tree06679db2cd46c3063a058ce9540e78294538d53b
parentd08cce6a1d6952a7774e4b61066d469c16d47a11
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 <paul@pwsan.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
arch/arm/mach-omap2/clkt2xxx_dpllcore.c
arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c
arch/arm/mach-omap2/clock2420_data.c
arch/arm/mach-omap2/clock2430_data.c
arch/arm/mach-omap2/clock2xxx.c
arch/arm/mach-omap2/clock2xxx.h