Skip to content

Commit c87ea8a

Browse files
author
Michael Turquette
committed
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 <[email protected]> Signed-off-by: Michael Turquette <[email protected]>
1 parent 42ed83f commit c87ea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/host/pci-xgene.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* GNU General Public License for more details.
1717
*
1818
*/
19-
#include <linux/clk-private.h>
19+
#include <linux/clk.h>
2020
#include <linux/delay.h>
2121
#include <linux/io.h>
2222
#include <linux/jiffies.h>

0 commit comments

Comments
 (0)