aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 1bf5cf0b4513..22e9a8a7e1bc 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -422,6 +422,7 @@ struct device {
422 void *platform_data; /* Platform specific data, device 422 void *platform_data; /* Platform specific data, device
423 core doesn't touch it */ 423 core doesn't touch it */
424 struct dev_pm_info power; 424 struct dev_pm_info power;
425 struct dev_power_domain *pwr_domain;
425 426
426#ifdef CONFIG_NUMA 427#ifdef CONFIG_NUMA
427 int numa_node; /* NUMA node this device is close to */ 428 int numa_node; /* NUMA node this device is close to */