summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/acpica/acpi_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c
index f7370dc..45488c0 100644
--- a/sys/dev/acpica/acpi_thermal.c
+++ b/sys/dev/acpica/acpi_thermal.c
@@ -103,7 +103,6 @@ static void acpi_tz_check_tripping_point(void *context)
#define ACPI_TZ_TRIPPOINT_CHANGE 0x81
static void acpi_tz_notify_handler( ACPI_HANDLE h,UINT32 notify, void *context)
{
- device_t dev = context;
switch(notify){
case ACPI_TZ_STATUS_CHANGE:
OpenPOWER on IntegriCloud