trivial warning fixes, mostly for ACPI code
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5251 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
dfd29aa413
commit
50776fab1c
@ -21,6 +21,7 @@
|
||||
#include "../../../northbridge/amd/amdk8/amdk8.h"
|
||||
|
||||
#include <cpu/amd/model_fxx_rev.h>
|
||||
#include <cpu/amd/microcode.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cpu/x86/cache.h>
|
||||
#include <cpu/x86/mtrr.h>
|
||||
@ -462,8 +463,6 @@ static inline void k8_errata(void)
|
||||
|
||||
}
|
||||
|
||||
extern void model_fxx_update_microcode(unsigned cpu_deviceid);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
static unsigned ehci_debug_addr;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user