Skip to content

Commit f7721e4

Browse files
YueHaibingmiquelraynal
authored andcommitted
mtd: rawnand: vf610: Remove unused function vf610_nfc_transfer_size()
commit ecc40b8 ("mtd: rawnand: vf610_nfc: remove old hooks") left behind this, remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200909134318.36340-1-yuehaibing@huawei.com
1 parent 07eb014 commit f7721e4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/mtd/nand/raw/vf610_nfc.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,6 @@ static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode)
323323
CONFIG_ECC_MODE_SHIFT, ecc_mode);
324324
}
325325

326-
static inline void vf610_nfc_transfer_size(struct vf610_nfc *nfc, int size)
327-
{
328-
vf610_nfc_write(nfc, NFC_SECTOR_SIZE, size);
329-
}
330-
331326
static inline void vf610_nfc_run(struct vf610_nfc *nfc, u32 col, u32 row,
332327
u32 cmd1, u32 cmd2, u32 trfr_sz)
333328
{

0 commit comments

Comments
 (0)