Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f25610ce authored by Linus Walleij's avatar Linus Walleij
Browse files

drivers/db8500-cpufreq: delete dangling include



There was a dangling #include <mach/id.h> in the cpufreq
file missing from commit
7a4f2609
"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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7a4f2609
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -15,7 +15,6 @@
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/clk.h>
#include <mach/id.h>


static struct cpufreq_frequency_table *freq_table;
static struct cpufreq_frequency_table *freq_table;
static struct clk *armss_clk;
static struct clk *armss_clk;