diff options
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) */ |