Skip to content

Commit b81f970

Browse files
robherringvireshk
authored andcommitted
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>
1 parent 5c326d2 commit b81f970

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/cpufreq/omap-cpufreq.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
#include <linux/platform_device.h>
2929
#include <linux/regulator/consumer.h>
3030

31-
#include <asm/smp_plat.h>
32-
#include <asm/cpu.h>
33-
3431
/* OPP tolerance in percentage */
3532
#define OPP_TOLERANCE 4
3633

0 commit comments

Comments
 (0)