[CPUFREQ] longhaul compile fix.
authorDave Jones <davej@redhat.com>
Mon, 18 Dec 2006 00:09:59 +0000 (19:09 -0500)
committerDave Jones <davej@redhat.com>
Mon, 18 Dec 2006 00:09:59 +0000 (19:09 -0500)
Some gcc's are more anal than others about empty switch labels.
error: label at end of compound statement

Signed-off-by: Dave Jones <davej@redhat.com>
arch/i386/kernel/cpu/cpufreq/longhaul.c

index e80a7d2..6d9c97a 100644 (file)
@@ -790,6 +790,7 @@ static int __init longhaul_init(void)
        case 10:
                printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
        default:
+               ;;
        }
 
        return -ENODEV;