diff options
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r-- | drivers/acpi/power.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 4fe5018fd6ab..cf073aa0709b 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c | |||
@@ -242,8 +242,6 @@ static int acpi_power_off_device(acpi_handle handle, struct acpi_device *dev) | |||
242 | acpi_status status = AE_OK; | 242 | acpi_status status = AE_OK; |
243 | struct acpi_power_resource *resource = NULL; | 243 | struct acpi_power_resource *resource = NULL; |
244 | struct list_head *node, *next; | 244 | struct list_head *node, *next; |
245 | struct acpi_power_reference *ref; | ||
246 | |||
247 | 245 | ||
248 | result = acpi_power_get_context(handle, &resource); | 246 | result = acpi_power_get_context(handle, &resource); |
249 | if (result) | 247 | if (result) |