From: Toshi Kani Date: Fri, 26 Oct 2012 11:39:06 +0000 (+0200) Subject: ACPI: Remove unused lockable in acpi_device_flags X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~13^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4fa0e018a175ea92a3187ade8f678599dc5980a;p=pandora-kernel.git ACPI: Remove unused lockable in acpi_device_flags Removed lockable in struct acpi_device_flags since it is no longer used by any code. acpi_bus_hot_remove_device() cannot use this flag because acpi_bus_trim() frees up its acpi_device object. Furthermore, the dock driver calls _LCK method without using this lockable flag. Signed-off-by: Toshi Kani Reviewed-by: Yasuaki Ishimatsu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed