thermal: Convert to new X86 CPU match macros
[linux-2.6-microblaze.git] / drivers / thermal / intel / intel_powerclamp.c
index 53216dc..f74b247 100644 (file)
@@ -651,7 +651,7 @@ static struct thermal_cooling_device_ops powerclamp_cooling_ops = {
 };
 
 static const struct x86_cpu_id __initconst intel_powerclamp_ids[] = {
-       { X86_VENDOR_INTEL, X86_FAMILY_ANY, X86_MODEL_ANY, X86_FEATURE_MWAIT },
+       X86_MATCH_VENDOR_FEATURE(INTEL, X86_FEATURE_MWAIT, NULL),
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, intel_powerclamp_ids);