diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-09-27 11:11:09 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 11:11:09 +0000 |
commit | da28cd85428f8469d8de8c083b7fe950941bbc08 (patch) | |
tree | 1b8ce4171d7801b12a162fc9bec367c5df000907 /src | |
parent | 86d1a50796dc3021777bfcf00cddbeff49187a01 (diff) | |
download | coreboot-da28cd85428f8469d8de8c083b7fe950941bbc08.tar.xz |
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')
-rw-r--r-- | src/cpu/intel/model_f2x/model_f2x_init.c | 2 |
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 */ |