Skip to content

Commit

Permalink
drivers/db8500-cpufreq: delete dangling include
Browse files Browse the repository at this point in the history
There was a dangling #include <mach/id.h> in the cpufreq
file missing from commit
7a4f260
"ARM: ux500: de-globalize <mach/id.h>"

Causing build regressions when building with cpufreq
support.

Cc: arm@kernel.org
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Feb 12, 2013
1 parent 7a4f260 commit f25610c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/cpufreq/db8500-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f25610c

Please sign in to comment.