From: Michael Turquette <mturquette@linaro.org>
To: linux-kernel@vger.kernel.org
Cc: Stephen Boyd <sboyd@codeaurora.org>,
Michael Turquette <mturquette@linaro.org>,
Tanmay Inamdar <tinamdar@apm.com>,
linux-pci@vger.kernel.org
Subject: [PATCH 2/3] pci: xgene: do not use clk-private.h
Date: Fri, 30 Jan 2015 13:25:12 -0800 [thread overview]
Message-ID: <1422653113-32688-3-git-send-email-mturquette@linaro.org> (raw)
In-Reply-To: <1422653113-32688-1-git-send-email-mturquette@linaro.org>
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(-)
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>
--
1.9.1
next parent reply other threads:[~2015-01-30 21:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1422653113-32688-1-git-send-email-mturquette@linaro.org>
2015-01-30 21:25 ` Michael Turquette [this message]
2015-01-30 21:32 ` [PATCH 2/3] pci: xgene: do not use clk-private.h Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1422653113-32688-3-git-send-email-mturquette@linaro.org \
--to=mturquette@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=sboyd@codeaurora.org \
--cc=tinamdar@apm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).