diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-11-11 01:18:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-01 17:52:01 -0500 |
commit | 465ae641e4a3e5028aa9c85d3843259aa28a22ce (patch) | |
tree | a8f20c576d03dc40d67ad8b5ee5f9dec4f114a81 /include/linux/device.h | |
parent | c6dbaef22a2f78700e242915a13218dd780c89ff (diff) |
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>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 5b54d756cd54..2d9dc358c027 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -369,8 +369,6 @@ struct device { | |||
369 | void *driver_data; /* data private to the driver */ | 369 | void *driver_data; /* data private to the driver */ |
370 | void *platform_data; /* Platform specific data, device | 370 | void *platform_data; /* Platform specific data, device |
371 | core doesn't touch it */ | 371 | core doesn't touch it */ |
372 | void *firmware_data; /* Firmware specific data (e.g. ACPI, | ||
373 | BIOS data),reserved for device core*/ | ||
374 | struct dev_pm_info power; | 372 | struct dev_pm_info power; |
375 | 373 | ||
376 | u64 *dma_mask; /* dma mask (if dma'able device) */ | 374 | u64 *dma_mask; /* dma mask (if dma'able device) */ |