From: Paul Mundt Date: Fri, 20 Jul 2007 07:03:02 +0000 (+0900) Subject: sh: cpufreq: Fix up the build for SH-2. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6894e0a94350e8ba5c5c8342e916fde14df5fb43;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git sh: cpufreq: Fix up the build for SH-2. Signed-off-by: Paul Mundt --- 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 #include #include /* set_cpus_allowed() */ -#include #include -#include -#include -#include -#include static struct clk *cpuclk;