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
@@ -101,7 +101,7 @@ unsigned long acpi_fill_madt(unsigned long current)
|
||||
|
||||
extern void get_bus_conf(void);
|
||||
|
||||
void update_ssdtx(void *ssdtx, int i)
|
||||
static void update_ssdtx(void *ssdtx, int i)
|
||||
{
|
||||
uint8_t *PCI;
|
||||
uint8_t *HCIN;
|
||||
|
Reference in New Issue
Block a user