Commit 6894e0a9 authored by Paul Mundt's avatar Paul Mundt

sh: cpufreq: Fix up the build for SH-2.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent fc100202
...@@ -23,12 +23,7 @@ ...@@ -23,12 +23,7 @@
#include <linux/cpumask.h> #include <linux/cpumask.h>
#include <linux/smp.h> #include <linux/smp.h>
#include <linux/sched.h> /* set_cpus_allowed() */ #include <linux/sched.h> /* set_cpus_allowed() */
#include <linux/io.h>
#include <linux/clk.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; static struct clk *cpuclk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment