Remove some duplicate #include files (trivial).
[coreboot.git] / src / cpu / intel / model_f2x / model_f2x_init.c
index a77fe1ccd1eeaacec7406272d7153b91e2e284a7..ead1c8a2bbc4085f2d31f2b0724ba8fccd1f8334 100644 (file)
@@ -9,7 +9,6 @@
 #include <cpu/intel/microcode.h>
 #include <cpu/intel/hyperthreading.h>
 #include <cpu/x86/cache.h>
-#include <cpu/x86/mtrr.h>
 
 /* 512KB cache */
 static uint32_t microcode_updates[] = {
@@ -49,6 +48,7 @@ static void model_f2x_init(device_t cpu)
 static struct device_operations cpu_dev_ops = {
        .init     = model_f2x_init,
 };
+
 static struct cpu_device_id cpu_table[] = {
        { X86_VENDOR_INTEL, 0x0f22 },
        { X86_VENDOR_INTEL, 0x0f24 },