From e05736bb47cbe6544085e569ad81deb735db714e Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 21 Sep 2003 18:54:52 +0000 Subject: Make this compile. --- sys/dev/acpica/acpi_button.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c index bdc813d..de5774a 100644 --- a/sys/dev/acpica/acpi_button.c +++ b/sys/dev/acpica/acpi_button.c @@ -242,6 +242,8 @@ acpi_button_fixed_handler(void *context) { struct acpi_button_softc *sc = (struct acpi_button_softc *)context; + ACPI_FUNCTION_TRACE((char *)(uintptr_t)__func__); + if (context == NULL) return_ACPI_STATUS (AE_BAD_PARAMETER); -- cgit v1.1