diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-22 13:18:09 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-22 13:18:09 +0000 |
commit | 64d3baf9829baf9285c94cae0406ee0f428c04c0 (patch) | |
tree | b80df0a87ad9bfecd2e6b2913eb5ff80535aee04 /src/mainboard/bcom/winnetp680 | |
parent | 4292685f5adbe45bb5b23f32c3b6aaed04187f48 (diff) | |
download | coreboot-64d3baf9829baf9285c94cae0406ee0f428c04c0.tar.xz |
zero warnings days...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5477 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/bcom/winnetp680')
-rw-r--r-- | src/mainboard/bcom/winnetp680/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/bcom/winnetp680/romstage.c b/src/mainboard/bcom/winnetp680/romstage.c index 05f436e65e..b5632a5342 100644 --- a/src/mainboard/bcom/winnetp680/romstage.c +++ b/src/mainboard/bcom/winnetp680/romstage.c @@ -34,7 +34,6 @@ #include "cpu/x86/bist.h" #include "pc80/udelay_io.c" #include "lib/delay.c" -#include "cpu/x86/lapic/boot_cpu.c" #include "southbridge/via/vt8237r/vt8237r_early_smbus.c" #include "superio/winbond/w83697hf/w83697hf_early_serial.c" #define SERIAL_DEV PNP_DEV(0x2e, W83697HF_SP1) |