diff options
Diffstat (limited to 'include/nand.h')
| -rw-r--r-- | include/nand.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/nand.h b/include/nand.h index 75c605193ab..09dbda4e81b 100644 --- a/include/nand.h +++ b/include/nand.h @@ -69,7 +69,6 @@ static inline int nand_erase(struct mtd_info *info, loff_t off, size_t size)  	instr.mtd = info;  	instr.addr = off;  	instr.len = size; -	instr.callback = 0;  	return mtd_erase(info, &instr);  } | 
