From: Li Shaohua Date: Thu, 7 Dec 2006 12:56:46 +0000 (+0800) Subject: ACPI: add acpi_bus_removal_type in acpi_device X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96333578b023957537c3e98b50af7f3b7e08e411;p=pandora-kernel.git ACPI: add acpi_bus_removal_type in acpi_device Add removal_type in structure acpi_device for hot removal. ACPI_BUS_REMOVAL_EJECT is used for ACPI device hot removal. Only one parameter is allowed in .remove method due to driver model. So removal_type is added to indicate different removal type. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- Reading git-diff-tree failed