aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/cpufreq/longhaul.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/cpu/cpufreq/longhaul.c')
-rw-r--r--arch/i386/kernel/cpu/cpufreq/longhaul.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c
index b59878a0d9b3..8cc6952d7772 100644
--- a/arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c
@@ -61,8 +61,8 @@ static int cpu_model;
61static unsigned int numscales=16; 61static unsigned int numscales=16;
62static unsigned int fsb; 62static unsigned int fsb;
63 63
64static struct mV_pos *vrm_mV_table; 64static const struct mV_pos *vrm_mV_table;
65static unsigned char *mV_vrm_table; 65static const unsigned char *mV_vrm_table;
66struct f_msr { 66struct f_msr {
67 u8 vrm; 67 u8 vrm;
68 u8 pos; 68 u8 pos;
@@ -821,7 +821,7 @@ static struct freq_attr* longhaul_attr[] = {
821 NULL, 821 NULL,
822}; 822};
823 823
824static struct cpufreq_driver longhaul_driver = { 824static const struct cpufreq_driver longhaul_driver = {
825 .verify = longhaul_verify, 825 .verify = longhaul_verify,
826 .target = longhaul_target, 826 .target = longhaul_target,
827 .get = longhaul_get, 827 .get = longhaul_get,