X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fdevice.h;h=06e5d42f2c7b4f9cb4f5186b15da49e46068746f;hb=ef88b7dba2b47c70037a34a599d383462bb74bd3;hp=f378c846e6d52fee3b058a20f8d9d2b03f96e4e5;hpb=bf164c790deb79b18faf304b0763e44a02c79f90;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/device.h b/include/linux/device.h index f378c846e6d..06e5d42f2c7 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -284,8 +284,10 @@ struct device { struct device_driver *driver; /* which driver has allocated this device */ void *driver_data; /* data private to the driver */ - void *platform_data; /* Platform specific data (e.g. ACPI, - BIOS data relevant to device) */ + void *platform_data; /* Platform specific data, device + core doesn't touch it */ + void *firmware_data; /* Firmware specific data (e.g. ACPI, + BIOS data),reserved for device core*/ struct dev_pm_info power; u64 *dma_mask; /* dma mask (if dma'able device) */