Author: stepan Date: Mon Sep 27 13:11:09 2010 New Revision: 5858 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5858
Log: drop double include (trivial)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/cpu/intel/model_f2x/model_f2x_init.c
Modified: trunk/src/cpu/intel/model_f2x/model_f2x_init.c ============================================================================== --- trunk/src/cpu/intel/model_f2x/model_f2x_init.c Sun Sep 26 18:01:08 2010 (r5857) +++ trunk/src/cpu/intel/model_f2x/model_f2x_init.c Mon Sep 27 13:11:09 2010 (r5858) @@ -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 @@ 0x0, 0x0, 0x0, 0x0, };
- static void model_f2x_init(device_t cpu) { /* Turn on caching if we haven't already */