aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock44xx_data.c
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2012-09-27 10:33:33 -0600
committerTony Lindgren <tony@atomide.com>2012-10-18 16:22:26 -0700
commit1fe9be8248ae9a04a09fcec7fed486d31e7f0897 (patch)
treeaa65df4a2e59363d9274c20d9441ff817f22e7cf /arch/arm/mach-omap2/clock44xx_data.c
parentARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 (diff)
downloadlinux-dev-1fe9be8248ae9a04a09fcec7fed486d31e7f0897.tar.xz
linux-dev-1fe9be8248ae9a04a09fcec7fed486d31e7f0897.zip
ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.c
Duplicate arch/arm/plat-omap/clock.c into arch/arm/mach-omap1/clock.c and arch/arm/mach-omap2/clock.c. This is to support people who are working on the ARM single image kernel and the OMAP common clock framework conversion. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/clock44xx_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index d661d138f270..c2450a64736b 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -3366,8 +3366,6 @@ int __init omap4xxx_clk_init(void)
return 0;
}
- clk_init(&omap2_clk_functions);
-
/*
* Must stay commented until all OMAP SoC drivers are
* converted to runtime PM, or drivers may start crashing