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:
parent
0ea281f700
commit
e62fc0d355
|
@ -27,7 +27,6 @@
|
||||||
static void enable_smbus(void)
|
static void enable_smbus(void)
|
||||||
{
|
{
|
||||||
device_t dev;
|
device_t dev;
|
||||||
uint16_t device_id;
|
|
||||||
|
|
||||||
/* Set the SMBus device statically (D31:F3). */
|
/* Set the SMBus device statically (D31:F3). */
|
||||||
dev = PCI_DEV(0x0, 0x1f, 0x3);
|
dev = PCI_DEV(0x0, 0x1f, 0x3);
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
|
#include "i82801bx.h"
|
||||||
|
|
||||||
static void pci_init(struct device *dev)
|
static void pci_init(struct device *dev)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue