Prevent auto opening of acpica.library

Auto opening will fail boot with 'noacpi' boot option
This commit is contained in:
deadwood 2024-04-23 18:12:24 +02:00
parent 0c2a5e99c5
commit 7408ab5538
1 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,8 @@
#include LC_LIBDEFS_FILE
struct Library *ACPICABase = NULL;
static ACPI_STATUS ACPIFoundCallback(ACPI_HANDLE handle, ULONG nesting_level,
void *context, void **return_value)
{
@ -34,8 +36,6 @@ static ACPI_STATUS ACPIFoundCallback(ACPI_HANDLE handle, ULONG nesting_level,
static int init_i8042acpi(LIBBASETYPEPTR lh)
{
struct Library *ACPICABase;
D(bug("[i8042:ACPI] %s()\n", __func__));
/*