aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Turquette <mturquette@linaro.org>2015-01-29 12:05:37 -0800
committerMichael Turquette <mturquette@linaro.org>2015-02-02 14:23:40 -0800
commitc87ea8a8a0af8b76c1e4d1bd67ed7859c04477a7 (patch)
treee781f81ca6ac288cac69db93cadf4ab863873834
parentarm: omap2+ remove dead clock code (diff)
downloadlinux-dev-c87ea8a8a0af8b76c1e4d1bd67ed7859c04477a7.tar.xz
linux-dev-c87ea8a8a0af8b76c1e4d1bd67ed7859c04477a7.zip
pci: xgene: do not use clk-private.h
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>
-rw-r--r--drivers/pci/host/pci-xgene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c
index b1d0596457c5..fdb348d3ccd3 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>