diff options
Diffstat (limited to 'i386/i386at/acpi_parse_apic.c')
-rw-r--r-- | i386/i386at/acpi_parse_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/acpi_parse_apic.c b/i386/i386at/acpi_parse_apic.c index 22ed8979..2680d0aa 100644 --- a/i386/i386at/acpi_parse_apic.c +++ b/i386/i386at/acpi_parse_apic.c @@ -173,7 +173,7 @@ acpi_search_rsdp(void *addr, uint32_t length) * * Returns the reference to RDSP structure if success, NULL if failure. */ -struct acpi_rsdp* +static struct acpi_rsdp* acpi_get_rsdp(void) { uint16_t *start = 0; |