]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpufreq: omap: Drop asm includes
authorRob Herring (Arm) <robh@kernel.org>
Tue, 6 Aug 2024 13:58:23 +0000 (07:58 -0600)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 7 Aug 2024 06:41:46 +0000 (12:11 +0530)
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>
drivers/cpufreq/omap-cpufreq.c

index 3458d5cc9b7f2d3a723a13f8a7cec0e585186a0f..de8be0a8932d88e7a7fa79966b9fecd336192301 100644 (file)
@@ -28,9 +28,6 @@
 #include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 
-#include <asm/smp_plat.h>
-#include <asm/cpu.h>
-
 /* OPP tolerance in percentage */
 #define        OPP_TOLERANCE   4