summaryrefslogtreecommitdiff
path: root/include/asm-sh/clock.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-18 00:36:50 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2008-07-28 09:10:30 (GMT)
commit4c1cfab1e0f9a41246cfdcca78f3700fb67f0a5c (patch)
tree502610786625ef7fe15d89e4226cd05b6dcd2d44 /include/asm-sh/clock.h
parent62410034e79d9249647d1fe6f6f35a06b3747e68 (diff)
downloadlinux-4c1cfab1e0f9a41246cfdcca78f3700fb67f0a5c.tar.xz
sh/kernel/ cleanups
This patch contains the following cleanups: - make the following needlessly global code static: - cf-enabler.c: cf_init() - cpu/clock.c: __clk_enable() - cpu/clock.c: __clk_disable() - process_32.c: default_idle() - time_32.c: struct clocksource_sh - timers/timer-tmu.c: struct tmu_timer_ops - remove the following unused functions (no CONFIG_BLK_DEV_FD on sh): - process_{32,64}.c: disable_hlt() - process_{32,64}.c: enable_hlt() Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/clock.h')
-rw-r--r--include/asm-sh/clock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/clock.h b/include/asm-sh/clock.h
index b550a27..608fda5 100644
--- a/include/asm-sh/clock.h
+++ b/include/asm-sh/clock.h
@@ -41,9 +41,6 @@ void arch_init_clk_ops(struct clk_ops **, int type);
/* arch/sh/kernel/cpu/clock.c */
int clk_init(void);
-int __clk_enable(struct clk *);
-void __clk_disable(struct clk *);
-
void clk_recalc_rate(struct clk *);
int clk_register(struct clk *);