linux/drivers/staging/quickstart
Rafael J. Wysocki 51fac8388a ACPI: Remove useless type argument of driver .remove() operation
The second argument of ACPI driver .remove() operation is only used
by the ACPI processor driver and the value passed to that driver
through it is always available from the given struct acpi_device
object's removal_type field.  For this reason, the second ACPI driver
.remove() argument is in fact useless, so drop it.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Jiang Liu <jiang.liu@huawei.com>
Acked-by: Toshi Kani <toshi.kani@hp.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
2013-01-26 00:37:24 +01:00
..
Kconfig Staging: quickstart: depends on INPUT 2010-08-02 18:12:46 -07:00
Makefile Staging: quickstart: add the quickstart driver to the build 2010-07-08 16:25:55 -07:00
quickstart.c ACPI: Remove useless type argument of driver .remove() operation 2013-01-26 00:37:24 +01:00