projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc10020
)
sh: cpufreq: Fix up the build for SH-2.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 20 Jul 2007 07:03:02 +0000
(16:03 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpufreq.c
b/arch/sh/kernel/cpufreq.c
index 675118d6aea08d84544abc5226a3b7ff37e73e3f..e61890217c5012b006fa8437975d4fe55a0fe108 100644
(file)
--- 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;