diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index ca5d25225aab..dba775a68752 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -420,6 +420,7 @@ struct device { | |||
420 | void *platform_data; /* Platform specific data, device | 420 | void *platform_data; /* Platform specific data, device |
421 | core doesn't touch it */ | 421 | core doesn't touch it */ |
422 | struct dev_pm_info power; | 422 | struct dev_pm_info power; |
423 | struct dev_power_domain *pwr_domain; | ||
423 | 424 | ||
424 | #ifdef CONFIG_NUMA | 425 | #ifdef CONFIG_NUMA |
425 | int numa_node; /* NUMA node this device is close to */ | 426 | int numa_node; /* NUMA node this device is close to */ |