diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-01-27 06:13:11 +0300 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-29 20:14:22 +0300 |
commit | feec1277a5c599ebca6217bc6bb9f6410e84793b (patch) | |
tree | cd095939bdd63b102b235857d434c1890aba8450 /arch/arm/mach-omap2/clock44xx.c | |
parent | da4d2904abc0c31ac829e9c6d52106d5a6606507 (diff) | |
download | linux-feec1277a5c599ebca6217bc6bb9f6410e84793b.tar.xz |
OMAP2/3/4 clock: omap2_clk_prepare_for_reboot() is OMAP2xxx-only
omap2_clk_prepare_for_reboot() is only applicable to OMAP2xxx chips,
so rename it to omap2xxx_clk_prepare_for_reboot() and only call it when
running on OMAP2xxx chips. Remove the old stub in the OMAP3 clock code.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/clock44xx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/clock44xx.c b/arch/arm/mach-omap2/clock44xx.c index 08dd6427df70..c238717e3760 100644 --- a/arch/arm/mach-omap2/clock44xx.c +++ b/arch/arm/mach-omap2/clock44xx.c @@ -17,8 +17,3 @@ const struct clkops clkops_noncore_dpll_ops = { .enable = &omap3_noncore_dpll_enable, .disable = &omap3_noncore_dpll_disable, }; - -void omap2_clk_prepare_for_reboot(void) -{ - return; -} |