diff options
Diffstat (limited to 'include/linux/mtd/mtd.h')
-rw-r--r-- | include/linux/mtd/mtd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 41a984dcb139..8429da51bb09 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -101,9 +101,8 @@ struct mtd_info { | |||
101 | char *name; | 101 | char *name; |
102 | int index; | 102 | int index; |
103 | 103 | ||
104 | // oobinfo is a nand_oobinfo structure, which can be set by iotcl (MEMSETOOBINFO) | 104 | /* oobinfo structure pointer - read only ! */ |
105 | struct nand_oobinfo oobinfo; | 105 | struct nand_oobinfo *oobinfo; |
106 | u_int32_t oobavail; // Number of bytes in OOB area available for fs | ||
107 | 106 | ||
108 | /* Data for variable erase regions. If numeraseregions is zero, | 107 | /* Data for variable erase regions. If numeraseregions is zero, |
109 | * it means that the whole device has erasesize as given above. | 108 | * it means that the whole device has erasesize as given above. |