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);