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:
roam 2004-01-28 07:48:03 +00:00
parent c079b3068c
commit 0004b4717f

View File

@ -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;