diff options
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/fan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c index a56acdb37296..daed2460924d 100644 --- a/drivers/acpi/fan.c +++ b/drivers/acpi/fan.c | |||
@@ -64,7 +64,6 @@ static struct acpi_driver acpi_fan_driver = { | |||
64 | }; | 64 | }; |
65 | 65 | ||
66 | struct acpi_fan { | 66 | struct acpi_fan { |
67 | acpi_handle handle; | ||
68 | struct acpi_device * device; | 67 | struct acpi_device * device; |
69 | }; | 68 | }; |
70 | 69 | ||
@@ -192,7 +191,6 @@ static int acpi_fan_add(struct acpi_device *device) | |||
192 | return -ENOMEM; | 191 | return -ENOMEM; |
193 | memset(fan, 0, sizeof(struct acpi_fan)); | 192 | memset(fan, 0, sizeof(struct acpi_fan)); |
194 | 193 | ||
195 | fan->handle = device->handle; | ||
196 | fan->device = device; | 194 | fan->device = device; |
197 | strcpy(acpi_device_name(device), "Fan"); | 195 | strcpy(acpi_device_name(device), "Fan"); |
198 | strcpy(acpi_device_class(device), ACPI_FAN_CLASS); | 196 | strcpy(acpi_device_class(device), ACPI_FAN_CLASS); |