[PATCH 1/2] drivers/cpufreq: delete dangling include
Linus Walleij
linus.walleij at stericsson.com
Sun Feb 10 11:32:39 EST 2013
From: Linus Walleij <linus.walleij at linaro.org>
There was a dangling #include <mach/id.h> in the cpufreq
file missing from commit
7a4f26097d389c16c9956bc03b81532698d97d64
"ARM: ux500: de-globalize <mach/id.h>"
Causing build regressions when building with cpufreq
support.
Cc: arm at kernel.org
Cc: Rafael J. Wysocki <rjw at sisk.pl>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
ARM SoC: please merge this patch directly to the
next/cleanup branch once Rafael ACK it or you think it's
taken too long (the patch is pretty obvious).
---
drivers/cpufreq/db8500-cpufreq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/cpufreq/db8500-cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c
index 523c940..87130e2 100644
--- a/drivers/cpufreq/db8500-cpufreq.c
+++ b/drivers/cpufreq/db8500-cpufreq.c
@@ -15,7 +15,6 @@
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
-#include <mach/id.h>
static struct cpufreq_frequency_table *freq_table;
static struct clk *armss_clk;
--
1.7.11.3
More information about the linux-arm-kernel
mailing list