sh: cpufreq: Fix up the build for SH-2.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 20 Jul 2007 07:03:02 +0000 (16:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 20 Jul 2007 07:03:02 +0000 (16:03 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpufreq.c

index 675118d..e618902 100644 (file)
 #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;