diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-09 13:35:03 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-09 13:35:03 +0000 |
commit | 306343266b47db9022591a342571631fb864ae18 (patch) | |
tree | c8e6c2ae96767a3f95922a51b51d43ddbd69e52a /src/northbridge/amd/amdfam10 | |
parent | d41a0bc532c837705d5abc2334e1bbf9dd06eb83 (diff) |
zero warnings days.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5394 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdfam10')
-rw-r--r-- | src/northbridge/amd/amdfam10/northbridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdfam10/northbridge.h b/src/northbridge/amd/amdfam10/northbridge.h index 589cdf8a91..053ac3bd02 100644 --- a/src/northbridge/amd/amdfam10/northbridge.h +++ b/src/northbridge/amd/amdfam10/northbridge.h @@ -20,6 +20,6 @@ #ifndef NORTHBRIDGE_AMD_AMDFAM10_H #define NORTHBRIDGE_AMD_AMDFAM10_H -extern u32 amdfam10_scan_root_bus(device_t root, u32 max); +u32 amdfam10_scan_root_bus(device_t root, u32 max); #endif /* NORTHBRIDGE_AMD_AMDFAM10_H */ |