Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routine
to get the ACPI_DEBUG case (and LINT in particular) to build. Reviewed by: jhb, njl Approved by: jhb
This commit is contained in:
parent
c079b3068c
commit
0004b4717f
@ -204,6 +204,8 @@ acpi_Startup(void)
|
||||
#endif
|
||||
static int error, started = 0;
|
||||
|
||||
ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__);
|
||||
|
||||
if (started)
|
||||
return_VALUE(error);
|
||||
started = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user