pci: xgene: do not use clk-private.h
authorMichael Turquette <mturquette@linaro.org>
Thu, 29 Jan 2015 20:05:37 +0000 (12:05 -0800)
committerMichael Turquette <mturquette@linaro.org>
Mon, 2 Feb 2015 22:23:40 +0000 (14:23 -0800)
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>
drivers/pci/host/pci-xgene.c

index b1d0596..fdb348d 100644 (file)
@@ -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>