From: Benjamin Herrenschmidt Date: Sat, 11 Nov 2006 06:18:42 +0000 (+1100) Subject: ACPI: Change ACPI to use dev_archdata instead of firmware_data X-Git-Tag: v2.6.20-rc2~6^2~13^2~479^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=465ae641e4a3e5028aa9c85d3843259aa28a22ce;p=pandora-kernel.git 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 Cc: Len Brown Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed