Build fixes (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Mon, 11 Oct 2010 22:49:39 +0000 (22:49 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Mon, 11 Oct 2010 22:49:39 +0000 (22:49 +0000)
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5939 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/southbridge/intel/i82801bx/i82801bx_early_smbus.c
src/southbridge/intel/i82801bx/i82801bx_pci.c

index 98ce799516d4642328f09da1b43412d574c78d04..b7597716e79cc97364a15a485421aabac78d1e1f 100644 (file)
@@ -27,7 +27,6 @@
 static void enable_smbus(void)
 {
        device_t dev;
-       uint16_t device_id;
 
        /* Set the SMBus device statically (D31:F3). */
        dev = PCI_DEV(0x0, 0x1f, 0x3);
index fc5b83e8c48166428bb5d0404af4bff6f1029a20..828a66819733ae183690b9e44749fd7e9f7855d1 100644 (file)
@@ -23,6 +23,7 @@
 #include <device/device.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
+#include "i82801bx.h"
 
 static void pci_init(struct device *dev)
 {