[PATCH V3 2/2 linux-next] cpufreq: pxa: make pxa_freqs arrays const

2015-05-01 Thread Fabian Frederick
pxa255_run_freqs and pxa255_turbo_freqs are only read. This patch updates arrays declaration, find_freq_tables() and its callsites. Suggested-by: Joe Perches Signed-off-by: Fabian Frederick --- Compiled but untested. drivers/cpufreq/pxa2xx-cpufreq.c | 12 ++-- 1 file changed, 6

[PATCH V3 2/2 linux-next] cpufreq: pxa: make pxa_freqs arrays const

2015-05-01 Thread Fabian Frederick
pxa255_run_freqs and pxa255_turbo_freqs are only read. This patch updates arrays declaration, find_freq_tables() and its callsites. Suggested-by: Joe Perches j...@perches.com Signed-off-by: Fabian Frederick f...@skynet.be --- Compiled but untested. drivers/cpufreq/pxa2xx-cpufreq.c | 12