aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_f2x
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-27 11:11:09 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-27 11:11:09 +0000
commitda28cd85428f8469d8de8c083b7fe950941bbc08 (patch)
tree1b8ce4171d7801b12a162fc9bec367c5df000907 /src/cpu/intel/model_f2x
parent86d1a50796dc3021777bfcf00cddbeff49187a01 (diff)
drop double include (trivial)
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
Diffstat (limited to 'src/cpu/intel/model_f2x')
-rw-r--r--src/cpu/intel/model_f2x/model_f2x_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/intel/model_f2x/model_f2x_init.c b/src/cpu/intel/model_f2x/model_f2x_init.c
index 9c7af78969..a77fe1ccd1 100644
--- a/src/cpu/intel/model_f2x/model_f2x_init.c
+++ b/src/cpu/intel/model_f2x/model_f2x_init.c
@@ -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 */