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) <[email protected]> Acked-by: Kevin Hilman <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 5c326d2 commit b81f970

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)