Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/pci/host/pci-xgene.c
··· 16 16 * GNU General Public License for more details. 17 17 * 18 18 */ 19 - #include <linux/clk-private.h> 19 + #include <linux/clk.h> 20 20 #include <linux/delay.h> 21 21 #include <linux/io.h> 22 22 #include <linux/jiffies.h>