Skip to content

Commit 48919c6

Browse files
Arseniy Krasnovmiquelraynal
authored andcommitted
mtd: rawnand: remove 'nand_exit_status_op()' prototype
This function is exported and its prototype is already placed in include/linux/mtd/rawnand.h. Signed-off-by: Arseniy Krasnov <[email protected]> Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
1 parent c29cc4a commit 48919c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mtd/nand/raw/internals.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
106106
int oob_required, int page);
107107
int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
108108
int oob_required, int page);
109-
int nand_exit_status_op(struct nand_chip *chip);
110109
int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
111110
unsigned int len);
112111
void nand_decode_ext_id(struct nand_chip *chip);

0 commit comments

Comments
 (0)