projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ed83f
)
pci: xgene: do not use clk-private.h
author
Michael Turquette
<mturquette@linaro.org>
Thu, 29 Jan 2015 20:05:37 +0000
(12:05 -0800)
committer
Michael Turquette
<mturquette@linaro.org>
Mon, 2 Feb 2015 22:23:40 +0000
(14:23 -0800)
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>
drivers/pci/host/pci-xgene.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pci-xgene.c
b/drivers/pci/host/pci-xgene.c
index b1d0596457c53995cba5c0f084ac3c28fa2cfa91..fdb348d3ccd32eaf2cebc8ac4872c8693f63ca15 100644
(file)
--- 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>