Skip to content

Commit

Permalink
PCI: xgene: Include clk.h instead of clk-private.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Bjorn Helgaas committed Jan 23, 2015
1 parent 97bf6af commit 29ef709
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 29ef709

Please sign in to comment.