x86: fix dmi const-ify fallout
authorThomas Gleixner <tglx@linutronix.de>
Wed, 17 Oct 2007 16:04:40 +0000 (18:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:48 +0000 (20:16 +0200)
The dmi const-ification missed acer_cpu_freq_pst. Fix it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/cpufreq/powernow-k7.c

index 7decd6a50ffa6f44a83e36dfe443522a923ad15b..f3686a5f2308ab0d9832fad24df58fb7bb4b07e9 100644 (file)
@@ -565,7 +565,7 @@ static unsigned int powernow_get(unsigned int cpu)
 }
 
 
-static int __init acer_cpufreq_pst(struct dmi_system_id *d)
+static int __init acer_cpufreq_pst(const struct dmi_system_id *d)
 {
        printk(KERN_WARNING "%s laptop with broken PST tables in BIOS detected.\n", d->ident);
        printk(KERN_WARNING "You need to downgrade to 3A21 (09/09/2002), or try a newer BIOS than 3A71 (01/20/2003)\n");