aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/onenand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h
index afaa6342aa7f..d27fd12d096d 100644
--- a/include/linux/mtd/onenand.h
+++ b/include/linux/mtd/onenand.h
@@ -84,6 +84,7 @@ struct onenand_chip {
84 void __iomem *base; 84 void __iomem *base;
85 unsigned int chipsize; 85 unsigned int chipsize;
86 unsigned int device_id; 86 unsigned int device_id;
87 unsigned int density_mask;
87 unsigned int options; 88 unsigned int options;
88 89
89 unsigned int erase_shift; 90 unsigned int erase_shift;