From: Stephen Boyd Date: Thu, 22 Jan 2015 19:25:54 +0000 (-0800) Subject: PCI: xgene: Include clk.h instead of clk-private.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=29ef709195977d151199464b0c4ce4d8f193f244;p=deliverable%2Flinux.git PCI: xgene: Include clk.h instead of clk-private.h This driver should be including clk.h as it's a clock consumer, not a clock provider that needs to register clocks early. Signed-off-by: Stephen Boyd Signed-off-by: Bjorn Helgaas Acked-by: Tanmay Inamdar --- 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 +#include #include #include #include