From 1a1c46370ce5b2276721a749b0f893cc8c9ff3c5 Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Fri, 19 May 2006 16:54:50 -0400 Subject: [PATCH] --- yaml --- r: 32013 b: refs/heads/master c: 579c896cc91434e4feb938f780eba580c93fa0da h: refs/heads/master i: 32011: 2aa3a84bc61b9423da41daa2866af52cc96e35a9 v: v3 --- [refs] | 2 +- trunk/drivers/acpi/fan.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7bdcfeeccc11..8d320a933ccc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6c689537726ec665246d2f60c48475be2efac2d0 +refs/heads/master: 579c896cc91434e4feb938f780eba580c93fa0da diff --git a/trunk/drivers/acpi/fan.c b/trunk/drivers/acpi/fan.c index a56acdb37296..daed2460924d 100644 --- a/trunk/drivers/acpi/fan.c +++ b/trunk/drivers/acpi/fan.c @@ -64,7 +64,6 @@ static struct acpi_driver acpi_fan_driver = { }; struct acpi_fan { - acpi_handle handle; struct acpi_device * device; }; @@ -192,7 +191,6 @@ static int acpi_fan_add(struct acpi_device *device) return -ENOMEM; memset(fan, 0, sizeof(struct acpi_fan)); - fan->handle = device->handle; fan->device = device; strcpy(acpi_device_name(device), "Fan"); strcpy(acpi_device_class(device), ACPI_FAN_CLASS);