]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/power.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[karo-tx-linux.git] / drivers / acpi / power.c
index cf073aa0709b9b99e1a7e5a5eb6767396107c0ed..844c155aeb0faa558b789fa7a3b680971df8f536 100644 (file)
@@ -242,6 +242,7 @@ static int acpi_power_off_device(acpi_handle handle, struct acpi_device *dev)
        acpi_status status = AE_OK;
        struct acpi_power_resource *resource = NULL;
        struct list_head *node, *next;
+       struct acpi_power_reference *ref;
 
        result = acpi_power_get_context(handle, &resource);
        if (result)