From: Rob Herring (Arm) Date: Tue, 6 Aug 2024 13:58:23 +0000 (-0600) Subject: cpufreq: omap: Drop asm includes X-Git-Tag: v6.12-rc1~217^2~2^2~1^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b81f97031a0ea2823cf37bb37eac51dbb8350e02;p=thirdparty%2Fkernel%2Flinux.git 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) Acked-by: Kevin Hilman Signed-off-by: Viresh Kumar --- diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c index 3458d5cc9b7f2..de8be0a8932d8 100644 --- a/drivers/cpufreq/omap-cpufreq.c +++ b/drivers/cpufreq/omap-cpufreq.c @@ -28,9 +28,6 @@ #include #include -#include -#include - /* OPP tolerance in percentage */ #define OPP_TOLERANCE 4