drop double include (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Mon, 27 Sep 2010 11:11:09 +0000 (11:11 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 27 Sep 2010 11:11:09 +0000 (11:11 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5858 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/intel/model_f2x/model_f2x_init.c

index 9c7af78969405ff16f44b4f9a1d0a1be47daadaf..a77fe1ccd1eeaacec7406272d7153b91e2e284a7 100644 (file)
@@ -1,6 +1,5 @@
 #include <console/console.h>
 #include <device/device.h>
-#include <device/device.h>
 #include <device/pci.h>
 #include <string.h>
 #include <cpu/cpu.h>
@@ -30,7 +29,6 @@ static uint32_t microcode_updates[] = {
         0x0, 0x0, 0x0, 0x0,
 };
 
-
 static void model_f2x_init(device_t cpu)
 {
        /* Turn on caching if we haven't already */