OSDN Git Service

mtd: rawnand: Get rid of the ->read_word() hook
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 27 Jul 2018 21:05:42 +0000 (23:05 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 4 Sep 2018 20:53:13 +0000 (22:53 +0200)
commit7525c9518ea6feabc8154956df0891a59a69d289
tree3f7955d6ef986fb9e80d9f41d0976b160c3c4e60
parent52f05b6b87decfc74245ac16b4ae18e321b5ae98
mtd: rawnand: Get rid of the ->read_word() hook

Commit c120e75e0e7d ("mtd: nand: use read_oob() instead of cmdfunc()
for bad block check") removed this only user of the ->read_word()
method but kept the hook in place. Remove it now.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/atmel/nand-controller.c
drivers/mtd/nand/raw/au1550nd.c
drivers/mtd/nand/raw/denali.c
drivers/mtd/nand/raw/hisi504_nand.c
drivers/mtd/nand/raw/mpc5121_nfc.c
drivers/mtd/nand/raw/mxc_nand.c
drivers/mtd/nand/raw/nand_base.c
drivers/mtd/nand/raw/nandsim.c
drivers/mtd/nand/raw/sh_flctl.c
drivers/mtd/nand/raw/socrates_nand.c
include/linux/mtd/rawnand.h