Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: omap: Drop asm includes

The omap driver doesn't actually need asm/smp_plat.h, so drop it.
asm/cpu.h is not needed either as linux/cpu.h is already included.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Rob Herring (Arm) and committed by
Viresh Kumar
b81f9703 5c326d24

-3
-3
drivers/cpufreq/omap-cpufreq.c
··· 28 28 #include <linux/platform_device.h> 29 29 #include <linux/regulator/consumer.h> 30 30 31 - #include <asm/smp_plat.h> 32 - #include <asm/cpu.h> 33 - 34 31 /* OPP tolerance in percentage */ 35 32 #define OPP_TOLERANCE 4 36 33