From 43bb9cddddf90b996e6862d261024c9149fdd59c Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 18 Dec 2008 18:24:11 +0000 Subject: This patch gets rid of all the implicit definition warnings for serengeti except get_nodes. Signed-off-by: Myles Watson Acked-by: Marc Jones git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3818 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8111/amd8111.c | 2 +- src/southbridge/amd/amd8111/amd8111_nic.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/southbridge/amd') diff --git a/src/southbridge/amd/amd8111/amd8111.c b/src/southbridge/amd/amd8111/amd8111.c index f1a1862edb..d5536c4fc1 100644 --- a/src/southbridge/amd/amd8111/amd8111.c +++ b/src/southbridge/amd/amd8111/amd8111.c @@ -11,7 +11,7 @@ void amd8111_enable(device_t dev) unsigned index; unsigned reg_old, reg; - /* See if we are on the behind the amd8111 pci bridge */ + /* See if we are on the bus behind the amd8111 pci bridge */ bus_dev = dev->bus->dev; if ((bus_dev->vendor == PCI_VENDOR_ID_AMD) && (bus_dev->device == PCI_DEVICE_ID_AMD_8111_PCI)) diff --git a/src/southbridge/amd/amd8111/amd8111_nic.c b/src/southbridge/amd/amd8111/amd8111_nic.c index 241cc01622..d326d83dda 100644 --- a/src/southbridge/amd/amd8111/amd8111_nic.c +++ b/src/southbridge/amd/amd8111/amd8111_nic.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "amd8111.h" -- cgit v1.2.3