]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ACPI: Drop removal_type field from struct acpi_device
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 May 2013 08:40:35 +0000 (10:40 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 1 Jun 2013 19:37:09 +0000 (21:37 +0200)
commit2e199192df85eb936a7829dc28b57b85c59c86fc
treebf93999126c4b8471cd337f8970cc9a013ac34a4
parentb2c064b25ad07169b2892a733918e6b941bf3366
ACPI: Drop removal_type field from struct acpi_device

The ACPI processor driver was the only user of the removal_type
field in struct acpi_device, but it doesn't use that field any more
after recent changes.  Thus, removal_type has no more users, so drop
it along with the associated data type.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
drivers/acpi/scan.c
include/acpi/acpi_bus.h