]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
PCI: xgene: Include clk.h instead of clk-private.h
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 22 Jan 2015 19:25:54 +0000 (11:25 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 23 Jan 2015 23:19:52 +0000 (17:19 -0600)
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 <sboyd@codeaurora.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Tanmay Inamdar <tinamdar@apm.com>
drivers/pci/host/pci-xgene.c

index b1d0596457c53995cba5c0f084ac3c28fa2cfa91..fdb348d3ccd32eaf2cebc8ac4872c8693f63ca15 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>