Skip to content

Commit

Permalink
pci: xgene: do not use clk-private.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Turquette committed Feb 2, 2015
1 parent 42ed83f commit c87ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/pci-xgene.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c87ea8a

Please sign in to comment.