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

Commit f0f01838 authored by Boris Brezillon's avatar Boris Brezillon Committed by Miquel Raynal
Browse files

mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready()



None of the boards seem to overload the ->dev_ready() hook, just drop
this field from orion_nand_data.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent e80eba75
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -153,9 +153,6 @@ static int __init orion_nand_probe(struct platform_device *pdev)
	if (board->width == 16)
		nc->options |= NAND_BUSWIDTH_16;

	if (board->dev_ready)
		nc->dev_ready = board->dev_ready;

	platform_set_drvdata(pdev, info);

	/* Not all platforms can gate the clock, so it is not
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
 */
struct orion_nand_data {
	struct mtd_partition *parts;
	int (*dev_ready)(struct mtd_info *mtd);
	u32 nr_parts;
	u8 ale;		/* address line number connected to ALE */
	u8 cle;		/* address line number connected to CLE */