* [PATCH] pinctrl: rockchip: include correct clk header
@ 2013-07-23 11:34 Heiko Stübner
2013-08-07 16:24 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2013-07-23 11:34 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-kernel@vger.kernel.org, Mike Turquette
The correct header to include for clock handling is clk.h .
clk-provider.h should not be used in simple clock consumers.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
After mixing them up to often this time, I'll hopefully remember this in
the future :-) .
drivers/pinctrl/pinctrl-rockchip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c
index 1eb5a2e..dc90c02 100644
--- a/drivers/pinctrl/pinctrl-rockchip.c
+++ b/drivers/pinctrl/pinctrl-rockchip.c
@@ -36,7 +36,7 @@
#include <linux/pinctrl/pinmux.h>
#include <linux/pinctrl/pinconf-generic.h>
#include <linux/irqchip/chained_irq.h>
-#include <linux/clk-provider.h>
+#include <linux/clk.h>
#include <dt-bindings/pinctrl/rockchip.h>
#include "core.h"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: rockchip: include correct clk header
2013-07-23 11:34 [PATCH] pinctrl: rockchip: include correct clk header Heiko Stübner
@ 2013-08-07 16:24 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-08-07 16:24 UTC (permalink / raw)
To: Heiko Stübner; +Cc: linux-kernel@vger.kernel.org, Mike Turquette
On Tue, Jul 23, 2013 at 1:34 PM, Heiko Stübner <heiko@sntech.de> wrote:
> The correct header to include for clock handling is clk.h .
> clk-provider.h should not be used in simple clock consumers.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-07 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 11:34 [PATCH] pinctrl: rockchip: include correct clk header Heiko Stübner
2013-08-07 16:24 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox