diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-23 21:53:44 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-23 21:53:44 +0000 |
| commit | d1a147af8b0c49b5c762fc5481e71b71dd1bfcd8 (patch) | |
| tree | e00daeec214cba44f4961afc7f0acf45da3c1eeb /sys/dev | |
| parent | 4cd96578607ba3f946a3cb87981ef58e99ed5a1d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/acpi_thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index f7370dc7f6454..45488c0da4358 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: |
