diff --git a/[refs] b/[refs] index 2f5c5ff9942f..bb21f878a890 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 432bfaba7d4e70483fc5af164e020066f4921bff +refs/heads/master: 14747204055d4b8fb2f8517beca91985ac617c17 diff --git a/trunk/drivers/acpi/power.c b/trunk/drivers/acpi/power.c index 214428948cc1..5d3447f4582c 100644 --- a/trunk/drivers/acpi/power.c +++ b/trunk/drivers/acpi/power.c @@ -70,7 +70,6 @@ static struct acpi_driver acpi_power_driver = { }; struct acpi_power_resource { - acpi_handle handle; struct acpi_device * device; acpi_bus_id name; u32 system_level; @@ -541,7 +540,6 @@ static int acpi_power_add(struct acpi_device *device) return -ENOMEM; memset(resource, 0, sizeof(struct acpi_power_resource)); - resource->handle = device->handle; resource->device = device; strcpy(resource->name, device->pnp.bus_id); strcpy(acpi_device_name(device), ACPI_POWER_DEVICE_NAME);