diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-09 11:55:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-09 11:55:43 +0000 |
commit | 0e34aeffd39bb672de520f403533efa2f77df1da (patch) | |
tree | 069b1a9adae957b01645f4b751b0f6d4688e31ca /src/mainboard/amd/mahogany | |
parent | c666a64395efd7472ff6f5de5589593c7d5f8e33 (diff) | |
download | coreboot-0e34aeffd39bb672de520f403533efa2f77df1da.tar.xz |
remove some amd mainboard warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5391 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/mahogany')
-rw-r--r-- | src/mainboard/amd/mahogany/get_bus_conf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/mahogany/get_bus_conf.c b/src/mainboard/amd/mahogany/get_bus_conf.c index e3c7acd226..43558ac984 100644 --- a/src/mainboard/amd/mahogany/get_bus_conf.c +++ b/src/mainboard/amd/mahogany/get_bus_conf.c @@ -63,8 +63,6 @@ u32 sbdn_sb700; static u32 get_bus_conf_done = 0; -void get_bus_conf(void); - void get_bus_conf(void) { u32 apicid_base; |