projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f8670
)
ARM: mach-shmobile: r8a7779 sh_clk_ops rename
author
Magnus Damm
<damm@opensource.se>
Wed, 29 Feb 2012 13:17:08 +0000
(22:17 +0900)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Mon, 12 Mar 2012 21:19:10 +0000
(22:19 +0100)
Convert r8a7779 to use sh_clk_ops.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/clock-r8a7779.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-shmobile/clock-r8a7779.c
b/arch/arm/mach-shmobile/clock-r8a7779.c
index b4b0e8cd096ded26d640bcce8d82a70525de6a74..317ab525ce20b200b763250ad3827cb990ca68f1 100644
(file)
--- a/
arch/arm/mach-shmobile/clock-r8a7779.c
+++ b/
arch/arm/mach-shmobile/clock-r8a7779.c
@@
-107,7
+107,7
@@
static unsigned long mul4_recalc(struct clk *clk)
return clk->parent->rate * 4;
}
-static struct clk_ops mul4_clk_ops = {
+static struct
sh_
clk_ops mul4_clk_ops = {
.recalc = mul4_recalc,
};