* [PATCH] clk: mmp: add linux/clk.h includes
@ 2015-11-25 22:03 Arnd Bergmann
2015-11-25 22:07 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2015-11-25 22:03 UTC (permalink / raw)
To: linux-arm-kernel
The common clk implementation for MMP broke without anyone noticing
when we stopped including linux/clk.h from the clk-provider header.
This did not show up in the defconfig builds because those use the
legacy MMP clk drivers, and it did not show up in my randconfig tests
either because I was testing with my mmp multiplatform series
applied, which at some point gained the fixup.
This fixes the three broken files.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 61ae76563ec3 ("clk: Remove clk.h from clk-provider.h")
diff --git a/drivers/clk/mmp/clk-mmp2.c b/drivers/clk/mmp/clk-mmp2.c
index 09d2832fbd78..71fd29348f28 100644
--- a/drivers/clk/mmp/clk-mmp2.c
+++ b/drivers/clk/mmp/clk-mmp2.c
@@ -9,6 +9,7 @@
* warranty of any kind, whether express or implied.
*/
+#include <linux/clk.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
diff --git a/drivers/clk/mmp/clk-pxa168.c b/drivers/clk/mmp/clk-pxa168.c
index 93e967c0f972..75244915df05 100644
--- a/drivers/clk/mmp/clk-pxa168.c
+++ b/drivers/clk/mmp/clk-pxa168.c
@@ -9,6 +9,7 @@
* warranty of any kind, whether express or implied.
*/
+#include <linux/clk.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
diff --git a/drivers/clk/mmp/clk-pxa910.c b/drivers/clk/mmp/clk-pxa910.c
index 993abcdb32cc..37ba04ba1368 100644
--- a/drivers/clk/mmp/clk-pxa910.c
+++ b/drivers/clk/mmp/clk-pxa910.c
@@ -9,6 +9,7 @@
* warranty of any kind, whether express or implied.
*/
+#include <linux/clk.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] clk: mmp: add linux/clk.h includes
2015-11-25 22:03 [PATCH] clk: mmp: add linux/clk.h includes Arnd Bergmann
@ 2015-11-25 22:07 ` Stephen Boyd
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-11-25 22:07 UTC (permalink / raw)
To: linux-arm-kernel
On 11/25, Arnd Bergmann wrote:
> The common clk implementation for MMP broke without anyone noticing
> when we stopped including linux/clk.h from the clk-provider header.
>
> This did not show up in the defconfig builds because those use the
> legacy MMP clk drivers, and it did not show up in my randconfig tests
> either because I was testing with my mmp multiplatform series
> applied, which at some point gained the fixup.
>
> This fixes the three broken files.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 61ae76563ec3 ("clk: Remove clk.h from clk-provider.h")
>
> diff --git a/drivers/clk/mmp/clk-mmp2.c b/drivers/clk/mmp/clk-mmp2.c
> index 09d2832fbd78..71fd29348f28 100644
> --- a/drivers/clk/mmp/clk-mmp2.c
Applied to clk-fixes
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-25 22:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 22:03 [PATCH] clk: mmp: add linux/clk.h includes Arnd Bergmann
2015-11-25 22:07 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).