diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 16:03:02 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-20 16:03:02 +0900 |
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 @@ #include <linux/cpumask.h> #include <linux/smp.h> #include <linux/sched.h> /* set_cpus_allowed() */ -#include <linux/io.h> #include <linux/clk.h> -#include <asm/processor.h> -#include <asm/watchdog.h> -#include <asm/freq.h> -#include <asm/clock.h> static struct clk *cpuclk; |