[CPUFREQ] longhaul: Kill off warnings introduced by recent changes.

Bunch of unused vars + one case where gcc isn't smart enough.

Signed-off-by: Dave Jones <davej@redhat.com>

+1 -4
+1 -4
arch/i386/kernel/cpu/cpufreq/longhaul.c
··· 358 130, 150, 160, 140, -1, 155, -1, 145 }; 359 unsigned int j, k = 0; 360 union msr_longhaul longhaul; 361 - unsigned long lo, hi; 362 - unsigned int eblcr_fsb_table_v1[] = { 66, 133, 100, -1 }; 363 - unsigned int eblcr_fsb_table_v2[] = { 133, 100, -1, 66 }; 364 - int mult; 365 366 switch (longhaul_version) { 367 case TYPE_LONGHAUL_V1:
··· 358 130, 150, 160, 140, -1, 155, -1, 145 }; 359 unsigned int j, k = 0; 360 union msr_longhaul longhaul; 361 + int mult = 0; 362 363 switch (longhaul_version) { 364 case TYPE_LONGHAUL_V1: