ACPICA: Fix several acpi_attach_data problems
authorBob Moore <robert.moore@intel.com>
Mon, 29 Jun 2009 05:43:27 +0000 (13:43 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 27 Aug 2009 14:17:19 +0000 (10:17 -0400)
commit8e4319c425077c4cc540696a5bb6c4d12f017dcd
tree6498586c5d438d679489b30ef6e294dfdeb3b655
parent6557a49a443a347d24aed58076365432ded30edc
ACPICA: Fix several acpi_attach_data problems

Handler was never invoked. Now invoked if/when host node is deleted.
Data object was not automatically deleted when host node was deleted.
Interface to handler had an unused parameter, removed it.
ACPICA BZ 778.

http://acpica.org/bugzilla/show_bug.cgi?id=778

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/acnamesp.h
drivers/acpi/acpica/nsalloc.c
drivers/acpi/acpica/nsload.c
drivers/acpi/bus.c
drivers/acpi/glue.c
drivers/acpi/scan.c
include/acpi/acpi_bus.h
include/acpi/actypes.h