aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/lightnvm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h
index 07cdb05a9a87..a5d8e0cbbb46 100644
--- a/include/linux/lightnvm.h
+++ b/include/linux/lightnvm.h
@@ -174,8 +174,6 @@ struct nvm_id_group {
174 u32 mpos; 174 u32 mpos;
175 u32 mccap; 175 u32 mccap;
176 u16 cpar; 176 u16 cpar;
177
178 struct nvm_id_lp_tbl lptbl;
179}; 177};
180 178
181struct nvm_addr_format { 179struct nvm_addr_format {
@@ -313,10 +311,6 @@ struct nvm_dev {
313 /* Device information */ 311 /* Device information */
314 struct nvm_geo geo; 312 struct nvm_geo geo;
315 313
316 /* lower page table */
317 int lps_per_blk;
318 int *lptbl;
319
320 unsigned long total_secs; 314 unsigned long total_secs;
321 315
322 unsigned long *lun_map; 316 unsigned long *lun_map;