]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commitb81f97031a0ea2823cf37bb37eac51dbb8350e02
tree7a90764c621a0d429a1ba2c119216042ab807833
parent5c326d24c1b31a275afc05b4fbb7292eabd4d70a
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>
drivers/cpufreq/omap-cpufreq.c