projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c326d2
)
cpufreq: omap: Drop asm includes
author
Rob Herring (Arm)
<robh@kernel.org>
Tue, 6 Aug 2024 13:58:23 +0000
(07:58 -0600)
committer
Viresh 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/cpufreq/omap-cpufreq.c
b/drivers/cpufreq/omap-cpufreq.c
index 3458d5cc9b7f2d3a723a13f8a7cec0e585186a0f..de8be0a8932d88e7a7fa79966b9fecd336192301 100644
(file)
--- a/
drivers/cpufreq/omap-cpufreq.c
+++ b/
drivers/cpufreq/omap-cpufreq.c
@@
-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