PCI: xgene: Include clk.h instead of clk-private.h

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>
This commit is contained in:
Stephen Boyd 2015-01-22 11:25:54 -08:00 committed by Bjorn Helgaas
parent 97bf6af1f9
commit 29ef709195

View file

@ -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>