diff options
author | Linus Torvalds | 2019-05-17 04:05:35 +0200 |
---|---|---|
committer | Linus Torvalds | 2019-05-17 04:05:35 +0200 |
commit | 815d469d8c9a3360ee0a8b7857dd95352a6c7bde (patch) | |
tree | 14c3c910fe28855fc2e56882dce569699b2e520b /drivers/cpufreq | |
parent | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
parent | clk: Remove io.h from clk-provider.h (diff) | |
download | kernel-qcow2-linux-815d469d8c9a3360ee0a8b7857dd95352a6c7bde.tar.gz kernel-qcow2-linux-815d469d8c9a3360ee0a8b7857dd95352a6c7bde.tar.xz kernel-qcow2-linux-815d469d8c9a3360ee0a8b7857dd95352a6c7bde.zip |
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull more clk framework updates from Stephen Boyd:
"One more patch to remove io.h from clk-provider.h.
We used to need this include when we had clk_readl() and clk_writel(),
but those are gone now so this patch pushes the dependency out to the
users of clk-provider.h"
* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: Remove io.h from clk-provider.h
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/loongson1-cpufreq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/loongson1-cpufreq.c b/drivers/cpufreq/loongson1-cpufreq.c index be89416e2358..21c9ce8526c0 100644 --- a/drivers/cpufreq/loongson1-cpufreq.c +++ b/drivers/cpufreq/loongson1-cpufreq.c @@ -13,6 +13,7 @@ #include <linux/cpu.h> #include <linux/cpufreq.h> #include <linux/delay.h> +#include <linux/io.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> |