aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/clock.h
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2010-05-20 12:31:04 -0600
committerPaul Walmsley <paul@pwsan.com>2010-05-20 12:31:04 -0600
commit5838bb674907a57525936bfd5652eb998c433315 (patch)
tree6aa6ac74bc765e72eb3f39c21f51a86bfa3efb4a /arch/arm/mach-omap1/clock.h
parentAM3517: rename the i2c boardinfo to make it more readable (diff)
downloadlinux-dev-5838bb674907a57525936bfd5652eb998c433315.tar.xz
linux-dev-5838bb674907a57525936bfd5652eb998c433315.zip
OMAP1 clock: fix section mismatch on clk_init
remove the section annotation from omap1_clk_disable_unused() to kill the section mismatch warning. Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap1/clock.h')
-rw-r--r--arch/arm/mach-omap1/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock.h b/arch/arm/mach-omap1/clock.h
index a4190afb8614..75d0d7d90bff 100644
--- a/arch/arm/mach-omap1/clock.h
+++ b/arch/arm/mach-omap1/clock.h
@@ -39,7 +39,7 @@ extern long omap1_clk_round_rate_ckctl_arm(struct clk *clk, unsigned long rate);
extern unsigned long omap1_watchdog_recalc(struct clk *clk);
#ifdef CONFIG_OMAP_RESET_CLOCKS
-extern void __init omap1_clk_disable_unused(struct clk *clk);
+extern void omap1_clk_disable_unused(struct clk *clk);
#else
#define omap1_clk_disable_unused NULL
#endif