diff options
Diffstat (limited to 'include/linux/libnvdimm.h')
-rw-r--r-- | include/linux/libnvdimm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h index 43348303cb4b..feb342d026f2 100644 --- a/include/linux/libnvdimm.h +++ b/include/linux/libnvdimm.h | |||
@@ -130,6 +130,7 @@ struct nd_region_desc { | |||
130 | void *provider_data; | 130 | void *provider_data; |
131 | int num_lanes; | 131 | int num_lanes; |
132 | int numa_node; | 132 | int numa_node; |
133 | int target_node; | ||
133 | unsigned long flags; | 134 | unsigned long flags; |
134 | struct device_node *of_node; | 135 | struct device_node *of_node; |
135 | }; | 136 | }; |