diff options
Diffstat (limited to 'drivers/nvdimm/nd.h')
-rw-r--r-- | drivers/nvdimm/nd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvdimm/nd.h b/drivers/nvdimm/nd.h index 40476399d227..8024a0ef86d3 100644 --- a/drivers/nvdimm/nd.h +++ b/drivers/nvdimm/nd.h | |||
@@ -143,6 +143,7 @@ struct nd_btt { | |||
143 | struct nd_namespace_common *ndns; | 143 | struct nd_namespace_common *ndns; |
144 | struct btt *btt; | 144 | struct btt *btt; |
145 | unsigned long lbasize; | 145 | unsigned long lbasize; |
146 | u64 size; | ||
146 | u8 *uuid; | 147 | u8 *uuid; |
147 | int id; | 148 | int id; |
148 | }; | 149 | }; |