Build fixes (trivial).

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
This commit is contained in:
Uwe Hermann 2010-10-11 22:49:39 +00:00
parent 0ea281f700
commit e62fc0d355
2 changed files with 1 additions and 1 deletions

View 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);

View 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)
{