diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index df94c0de53f2..de2d6fe349de 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -269,8 +269,10 @@ struct device { | |||
269 | struct device_driver *driver; /* which driver has allocated this | 269 | struct device_driver *driver; /* which driver has allocated this |
270 | device */ | 270 | device */ |
271 | void *driver_data; /* data private to the driver */ | 271 | void *driver_data; /* data private to the driver */ |
272 | void *platform_data; /* Platform specific data (e.g. ACPI, | 272 | void *platform_data; /* Platform specific data, device |
273 | BIOS data relevant to device) */ | 273 | core doesn't touch it */ |
274 | void *firmware_data; /* Firmware specific data (e.g. ACPI, | ||
275 | BIOS data),reserved for device core*/ | ||
274 | struct dev_pm_info power; | 276 | struct dev_pm_info power; |
275 | 277 | ||
276 | u64 *dma_mask; /* dma mask (if dma'able device) */ | 278 | u64 *dma_mask; /* dma mask (if dma'able device) */ |