diff mbox

[2/3] pci: xgene: do not use clk-private.h

Message ID 1422653113-32688-3-git-send-email-mturquette@linaro.org
State Not Applicable
Headers show

Commit Message

Mike Turquette Jan. 30, 2015, 9:25 p.m. UTC
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(-)

Comments

Stephen Boyd Jan. 30, 2015, 9:32 p.m. UTC | #1
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.
diff mbox

Patch

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>