OSDN Git Service

mtd: nand: vf610_nfc: remove unused function
authorStefan Agner <stefan@agner.ch>
Thu, 8 Feb 2018 23:59:19 +0000 (00:59 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 12 Feb 2018 22:36:04 +0000 (23:36 +0100)
commit532a1cf9a0f22f1a8699284e74aecf0bda3ffd29
tree4ac93bd8ced3e2fa32b38a28e9688bc105843848
parent07ad5a7214841704e71540493a00041fd7f4e3af
mtd: nand: vf610_nfc: remove unused function

The function count_written_bits has been replaced by the generic
nand_check_erased_ecc_chunk() function with commit 48c25cf44118
("mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helper").
Remove the unused function.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/vf610_nfc.c