Message ID | 1422653113-32688-3-git-send-email-mturquette@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On 01/30/15 13:25, Michael Turquette wrote: > 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> > --- I already sent this one through the pci tree (29ef709195977d151199464b0c4ce4d8f193f244 in next) and it got picked up. Sorry. I guess it doesn't hurt to also send it through the clk tree if we can remove the entire header file.
diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c index b1d0596..fdb348d 100644 --- a/drivers/pci/host/pci-xgene.c +++ b/drivers/pci/host/pci-xgene.c @@ -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>
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> --- Cc: linux-pci@vger.kernel.org drivers/pci/host/pci-xgene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)