diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-01-30 03:50:43 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-02-09 10:27:12 -0500 |
commit | 64f60710568db5cec1a76c1d1e261b239f9ef809 (patch) | |
tree | 211872ced9ff58baf4480fc99a1d58743b001586 /include/linux/mtd | |
parent | d416085572eb6a44fd2cf29fd7aed83ffc95fd88 (diff) |
[MTD] remove unused ecctype,eccsize fields from struct mtd_info
Remove unused and broken mtd->ecctype and mtd->eccsize fields
from struct mtd_info. Do not remove them from userspace API
data structures (don't want to breake userspace) but mark them
as obsolete by a comment. Any userspace program which uses them
should be half-broken anyway, so this is more about saving
data structure size.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index afab253ad60e..8a2e8bfc1e56 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -117,8 +117,6 @@ struct mtd_info { | |||
117 | u_int32_t writesize; | 117 | u_int32_t writesize; |
118 | 118 | ||
119 | u_int32_t oobsize; // Amount of OOB data per block (e.g. 16) | 119 | u_int32_t oobsize; // Amount of OOB data per block (e.g. 16) |
120 | u_int32_t ecctype; | ||
121 | u_int32_t eccsize; | ||
122 | 120 | ||
123 | // Kernel-only stuff starts here. | 121 | // Kernel-only stuff starts here. |
124 | char *name; | 122 | char *name; |