summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-21 18:54:52 +0000
committerphk <phk@FreeBSD.org>2003-09-21 18:54:52 +0000
commite05736bb47cbe6544085e569ad81deb735db714e (patch)
treed39c1ff348d7542861fe53f15cd3d3ad0e57bc3b /sys/dev/acpica
parentcaa0284630ed95b9ccf8f1448869f98244ef839e (diff)
downloadFreeBSD-src-e05736bb47cbe6544085e569ad81deb735db714e.zip
FreeBSD-src-e05736bb47cbe6544085e569ad81deb735db714e.tar.gz
Make this compile.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_button.c2
1 files changed, 2 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud