diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 03:03:02 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 03:03:02 -0400 |
commit | 6894e0a94350e8ba5c5c8342e916fde14df5fb43 (patch) | |
tree | 7e9402aaf805e4927aa50ba67f5635c9681e7e44 /arch/sh | |
parent | fc10020292c7a21d1c85a215fa266d4c7cf0f4eb (diff) |
sh: cpufreq: Fix up the build for SH-2.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpufreq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sh/kernel/cpufreq.c b/arch/sh/kernel/cpufreq.c index 675118d6aea0..e61890217c50 100644 --- a/arch/sh/kernel/cpufreq.c +++ b/arch/sh/kernel/cpufreq.c | |||
@@ -23,12 +23,7 @@ | |||
23 | #include <linux/cpumask.h> | 23 | #include <linux/cpumask.h> |
24 | #include <linux/smp.h> | 24 | #include <linux/smp.h> |
25 | #include <linux/sched.h> /* set_cpus_allowed() */ | 25 | #include <linux/sched.h> /* set_cpus_allowed() */ |
26 | #include <linux/io.h> | ||
27 | #include <linux/clk.h> | 26 | #include <linux/clk.h> |
28 | #include <asm/processor.h> | ||
29 | #include <asm/watchdog.h> | ||
30 | #include <asm/freq.h> | ||
31 | #include <asm/clock.h> | ||
32 | 27 | ||
33 | static struct clk *cpuclk; | 28 | static struct clk *cpuclk; |
34 | 29 | ||