]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: pxa: make pxa_freqs arrays const
authorFabian Frederick <fabf@skynet.be>
Fri, 1 May 2015 08:34:01 +0000 (10:34 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 4 May 2015 22:49:38 +0000 (00:49 +0200)
commit03c229906311f3b7232ce134fdd6405288780ed3
treea5810e0b18cef3903ee4a11d6050f3609cf2711c
parent52352558d288c3dd5aa40f3bbf736fc005e17f7c
cpufreq: pxa: make pxa_freqs arrays const

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 <joe@perches.com>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/pxa2xx-cpufreq.c