diff options
| author | Marek Vasut <[email protected]> | 2011-09-12 06:04:06 +0200 |
|---|---|---|
| committer | Scott Wood <[email protected]> | 2011-10-03 18:35:12 -0500 |
| commit | 6d41419f0b010db03c01dec59875144457aa11d2 (patch) | |
| tree | d77ba5724d272ccffa14e6cc7ae601beedd5be16 /include/linux | |
| parent | dc7cd8e59ba077f3b4c1a4557c9cd86a31b9ab1f (diff) | |
NAND: Really ignore bad blocks when scrubbing
Signed-off-by: Marek Vasut <[email protected]>
Cc: Scott Wood <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Detlev Zundel <[email protected]>
[[email protected]: use chip instead of redundant priv_nand]
Signed-off-by: Scott Wood <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/mtd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index d36d58440ab..141c96024c5 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -55,6 +55,7 @@ struct erase_info { u_long priv; u_char state; struct erase_info *next; + int scrub; }; struct mtd_erase_region_info { |
