* [PATCH 08/17] ARM: mach-shmobile: r8a7779 sh_clk_ops rename
@ 2012-02-29 13:17 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2012-02-29 13:17 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Convert r8a7779 to use sh_clk_ops.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/clock-r8a7779.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/clock-r8a7779.c
+++ work/arch/arm/mach-shmobile/clock-r8a7779.c 2012-02-28 22:17:31.000000000 +0900
@@ -107,7 +107,7 @@ static unsigned long mul4_recalc(struct
return clk->parent->rate * 4;
}
-static struct clk_ops mul4_clk_ops = {
+static struct sh_clk_ops mul4_clk_ops = {
.recalc = mul4_recalc,
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-29 13:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29 13:17 [PATCH 08/17] ARM: mach-shmobile: r8a7779 sh_clk_ops rename Magnus Damm
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).