Skip to content

Commit 5c326d2

Browse files
robherringvireshk
authored andcommitted
cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed
The qcom-cpufreq-hw driver is relying on an implicit include of io.h which doesn't get included on some architectures. Signed-off-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 9b3cc56 commit 5c326d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/qcom-cpufreq-hw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <linux/init.h>
1010
#include <linux/interconnect.h>
1111
#include <linux/interrupt.h>
12+
#include <linux/io.h>
1213
#include <linux/kernel.h>
1314
#include <linux/module.h>
1415
#include <linux/of.h>

0 commit comments

Comments
 (0)