linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/3] pci: xgene: do not use clk-private.h
       [not found] <1422653113-32688-1-git-send-email-mturquette@linaro.org>
@ 2015-01-30 21:25 ` Michael Turquette
  2015-01-30 21:32   ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Turquette @ 2015-01-30 21:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Stephen Boyd, Michael Turquette, Tanmay Inamdar, linux-pci

The X-Gene PCIe driver consumes clocks and does not provide them.
Replace usage of clk-private.h with clk.h.

Cc: Tanmay Inamdar <tinamdar@apm.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
---
Cc: linux-pci@vger.kernel.org
 drivers/pci/host/pci-xgene.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c
index b1d0596..fdb348d 100644
--- a/drivers/pci/host/pci-xgene.c
+++ b/drivers/pci/host/pci-xgene.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  */
-#include <linux/clk-private.h>
+#include <linux/clk.h>
 #include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/jiffies.h>
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/3] pci: xgene: do not use clk-private.h
  2015-01-30 21:25 ` [PATCH 2/3] pci: xgene: do not use clk-private.h Michael Turquette
@ 2015-01-30 21:32   ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2015-01-30 21:32 UTC (permalink / raw)
  To: Michael Turquette, linux-kernel; +Cc: Tanmay Inamdar, linux-pci

On 01/30/15 13:25, Michael Turquette wrote:
> The X-Gene PCIe driver consumes clocks and does not provide them.
> Replace usage of clk-private.h with clk.h.
>
> Cc: Tanmay Inamdar <tinamdar@apm.com>
> Signed-off-by: Michael Turquette <mturquette@linaro.org>
> ---

I already sent this one through the pci tree
(29ef709195977d151199464b0c4ce4d8f193f244 in next) and it got picked up.
Sorry. I guess it doesn't hurt to also send it through the clk tree if
we can remove the entire header file.

-- 
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-01-30 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1422653113-32688-1-git-send-email-mturquette@linaro.org>
2015-01-30 21:25 ` [PATCH 2/3] pci: xgene: do not use clk-private.h Michael Turquette
2015-01-30 21:32   ` 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).