projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
549b5e3
)
sh: clkfwk branch compile fix for clock-sh7722
author
Magnus Damm
<damm@igel.co.jp>
Wed, 20 May 2009 13:44:40 +0000
(13:44 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 21 May 2009 17:57:11 +0000
(
02:57
+0900)
Fix clkfwk branch compile error in clock-sh7722.c.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
index a98d7da67b97bfd948f2769f3951aa4929730b0d..ae78efd0582dcc9a9e49a6a3a32fdda440fb136e 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
+++ b/
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
@@
-892,7
+892,7
@@
int __init arch_clk_init(void)
struct clk *clk;
int i;
- c
lk_cpg
_init();
+ c
pg_clk
_init();
clk = clk_get(NULL, "master_clk");
for (i = 0; i < ARRAY_SIZE(sh7722_clocks); i++) {