diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-04 15:49:38 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-05-09 08:26:52 -0400 |
commit | 42f209d3c94516affeb5e578fae62925f531a2d9 (patch) | |
tree | 806035c350303fa8e19c7aa5e5a5f4c4b3128752 /include/linux | |
parent | 36200b76008d52d16b170d4f7dae9cfe00f5eb2b (diff) |
[MTD] Delete allegedly obsolete "bank_size" field of mtd_info.
Delete the allegedly obsolete "bank_size" member of struct mtd_info.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/mtd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 12a9a18f6e16..fd64ccfbce02 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h | |||
@@ -133,9 +133,6 @@ struct mtd_info { | |||
133 | int numeraseregions; | 133 | int numeraseregions; |
134 | struct mtd_erase_region_info *eraseregions; | 134 | struct mtd_erase_region_info *eraseregions; |
135 | 135 | ||
136 | /* This really shouldn't be here. It can go away in 2.5 */ | ||
137 | u_int32_t bank_size; | ||
138 | |||
139 | int (*erase) (struct mtd_info *mtd, struct erase_info *instr); | 136 | int (*erase) (struct mtd_info *mtd, struct erase_info *instr); |
140 | 137 | ||
141 | /* This stuff for eXecute-In-Place */ | 138 | /* This stuff for eXecute-In-Place */ |