sh: introduce struct clk_div4_table
authorMagnus Damm <damm@opensource.se>
Fri, 19 Feb 2010 09:22:25 +0000 (09:22 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Feb 2010 10:11:20 +0000 (19:11 +0900)
This patch introduces struct clk_div4_table. The structure
will be used to keep div4 specific data, and is with this
patch replacing the struct clk_div_mult_table pointer arg
used by the sh_clk_div4_register() functions.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found