diff options
author | Myles Watson <mylesgw@gmail.com> | 2008-12-18 18:24:11 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2008-12-18 18:24:11 +0000 |
commit | 43bb9cddddf90b996e6862d261024c9149fdd59c (patch) | |
tree | cbb912ec586e4e7adf2e4795feed57b984fd6fe8 /src/southbridge/amd | |
parent | 845a2eba1647b7a88546bda1ad2a587e5312fd77 (diff) |
This patch gets rid of all the implicit definition warnings for serengeti except get_nodes.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3818 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/amd8111/amd8111.c | 2 | ||||
-rw-r--r-- | src/southbridge/amd/amd8111/amd8111_nic.c | 1 |
2 files changed, 2 insertions, 1 deletions
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 <device/pci_ids.h> #include <device/pci_ops.h> #include <arch/io.h> +#include <delay.h> #include "amd8111.h" |