kernel/arch/x86/platform/intel-quark/imr_selftest.c
.. .. @@ -14,6 +14,8 @@ 14 14 #include <asm-generic/sections.h> 15 15 #include <asm/cpu_device_id.h> 16 16 #include <asm/imr.h> 17 +#include <asm/io.h>18 +17 19 #include <linux/init.h> 18 20 #include <linux/mm.h> 19 21 #include <linux/types.h> .. .. @@ -103,7 +105,7 @@ 103 105 } 104 106 105 107 static const struct x86_cpu_id imr_ids[] __initconst = { 106 - { X86_VENDOR_INTEL, 5, 9 }, /* Intel Quark SoC X1000. */108 + X86_MATCH_VENDOR_FAM_MODEL(INTEL, 5, INTEL_FAM5_QUARK_X1000, NULL),107 109 {} 108 110 }; 109 111