ACPI: Change ACPI to use dev_archdata instead of firmware_data
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 11 Nov 2006 06:18:42 +0000 (17:18 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:52:01 +0000 (14:52 -0800)
commit465ae641e4a3e5028aa9c85d3843259aa28a22ce
treea8f20c576d03dc40d67ad8b5ee5f9dec4f114a81
parentc6dbaef22a2f78700e242915a13218dd780c89ff
ACPI: Change ACPI to use dev_archdata instead of firmware_data

Change ACPI to use dev_archdata instead of firmware_data

This patch changes ACPI to use the new dev_archdata on i386, x86_64
and ia64 (is there any other arch using ACPI ?) to store it's
acpi_handle.

It also removes the firmware_data field from struct device as this
was the only user.

Only build-tested on x86

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/glue.c
include/acpi/acpi_bus.h
include/asm-i386/device.h
include/asm-ia64/device.h
include/asm-x86_64/device.h
include/linux/device.h