diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-01-26 20:13:11 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-29 10:14:22 -0700 |
commit | feec1277a5c599ebca6217bc6bb9f6410e84793b (patch) | |
tree | cd095939bdd63b102b235857d434c1890aba8450 /arch/arm/mach-omap2/clock2xxx.c | |
parent | da4d2904abc0c31ac829e9c6d52106d5a6606507 (diff) |
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/clock2xxx.c')
-rw-r--r-- | arch/arm/mach-omap2/clock2xxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock2xxx.c b/arch/arm/mach-omap2/clock2xxx.c index e98f48b0a5c..a48b01ab0e3 100644 --- a/arch/arm/mach-omap2/clock2xxx.c +++ b/arch/arm/mach-omap2/clock2xxx.c @@ -71,7 +71,7 @@ const struct clkops clkops_omap2430_i2chs_wait = { /* * Set clocks for bypass mode for reboot to work. */ -void omap2_clk_prepare_for_reboot(void) +void omap2xxx_clk_prepare_for_reboot(void) { u32 rate; |