提交 8be721be 编写于 作者: B Boris BREZILLON 提交者: Brian Norris

staging: mt29f_spinand: kill unused ecclayout field

The spinand_info struct embeds a pointer to an ecclayout definition, but
this field is never used in the mt29f driver.
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 02db97a9
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
#define BL_ALL_UNLOCKED 0 #define BL_ALL_UNLOCKED 0
struct spinand_info { struct spinand_info {
struct nand_ecclayout *ecclayout;
struct spi_device *spi; struct spi_device *spi;
void *priv; void *priv;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册