From: Michael Turquette Date: Thu, 29 Jan 2015 20:05:37 +0000 (-0800) Subject: pci: xgene: do not use clk-private.h X-Git-Tag: v4.14-rc1~5872^2~13^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c87ea8a8a0af8b76c1e4d1bd67ed7859c04477a7;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Michael Turquette --- 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 +#include #include #include #include