* [PATCH 01/17] sh: introduce sh_clk_ops in parallel with clk_ops
@ 2012-02-29 13:16 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2012-02-29 13:16 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@opensource.se>
Introduce sh_clk_ops in parallel with clk_ops.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
include/linux/sh_clk.h | 2 ++
1 file changed, 2 insertions(+)
--- 0014/include/linux/sh_clk.h
+++ work/include/linux/sh_clk.h 2012-02-28 21:38:55.000000000 +0900
@@ -31,6 +31,8 @@ struct clk_mapping {
struct kref ref;
};
+#define sh_clk_ops clk_ops
+
struct clk_ops {
#ifdef CONFIG_SH_CLK_CPG_LEGACY
void (*init)(struct clk *clk);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-29 13:16 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:16 [PATCH 01/17] sh: introduce sh_clk_ops in parallel with clk_ops 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).