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.0-rc1~16^2~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87ea8a8a0af8b76c1e4d1bd67ed7859c04477a7;p=thirdparty%2Fkernel%2Fstable.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 b1d0596457c53..fdb348d3ccd32 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