Skip to content

Commit

Permalink
sh: introduce sh_clk_ops in parallel with clk_ops
Browse files Browse the repository at this point in the history
Introduce sh_clk_ops in parallel with clk_ops.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent fde7d90 commit e348282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/sh_clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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);
Expand Down

0 comments on commit e348282

Please sign in to comment.