sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock
commit4e3ce1d6df72b3b6bf871c9d2ea78711d3a9d724
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 14 Apr 2011 08:13:53 +0000 (14 17:13 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 01:34:29 +0000 (3 10:34 +0900)
treeef505038863dd21e70193097523648e30a5330fa
parent80e0c7a68e493495c9006824dc7d476ab2ff3776
sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock

commit 52c10ad22b7e317960b4d411c9a9ddeaf3d5ae39 upstream.

div6 clock should not use arch_flags for clk_rate_table_build,
because SH_CLK_DIV6_EXT doesn't care .arch_flags.
clk->freq_table[] will be all CPUFREQ_ENTRY_INVALID without this patch.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/sh/clk/cpg.c