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:
97bf6af
)
PCI: xgene: Include clk.h instead of clk-private.h
author
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 22 Jan 2015 19:25:54 +0000
(11:25 -0800)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Fri, 23 Jan 2015 23:19:52 +0000
(17:19 -0600)
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>
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>