Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c87ea8a8 authored by Michael Turquette's avatar Michael Turquette
Browse files

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: default avatarMichael Turquette <mturquette@linaro.org>
parent 42ed83f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>