Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8be721be authored by Boris Brezillon's avatar Boris Brezillon Committed by Brian Norris
Browse files

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: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 02db97a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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;
};
};