|
@@ -1017,11 +1017,6 @@ static int acpi_bus_get_flags(struct acpi_device *device)
|
|
|
device->flags.ejectable = 1;
|
|
|
}
|
|
|
|
|
|
- /* Presence of _LCK indicates 'lockable' */
|
|
|
- status = acpi_get_handle(device->handle, "_LCK", &temp);
|
|
|
- if (ACPI_SUCCESS(status))
|
|
|
- device->flags.lockable = 1;
|
|
|
-
|
|
|
/* Power resources cannot be power manageable. */
|
|
|
if (device->device_type == ACPI_BUS_TYPE_POWER)
|
|
|
return 0;
|