From: Kuninori Morimoto Date: Thu, 14 Apr 2011 08:13:53 +0000 (+0900) Subject: sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock X-Git-Tag: v2.6.39.1~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd04ac7182e11f77da6d12d2c3ff868c5bbedcd1;p=pandora-kernel.git 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 Signed-off-by: Paul Mundt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed