summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseniy Krasnov <AVKrasnov@sberdevices.ru>2023-08-23 13:52:31 +0300
committerMiquel Raynal <miquel.raynal@bootlin.com>2023-09-11 17:49:58 +0200
commit48919c6c48380aa1aec4243c7e6ad39e89d78539 (patch)
tree49de4728202991f4c5cfc7f2b6031aeaffb57025
parentc29cc4a95fa84c2c1dc8b1b990365a86a5458070 (diff)
downloadlwn-48919c6c48380aa1aec4243c7e6ad39e89d78539.tar.gz
lwn-48919c6c48380aa1aec4243c7e6ad39e89d78539.zip
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 <AVKrasnov@sberdevices.ru> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230823105235.609069-1-AVKrasnov@sberdevices.ru
-rw-r--r--drivers/mtd/nand/raw/internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/internals.h b/drivers/mtd/nand/raw/internals.h
index e9932da18bdd..b7162ced9efa 100644
--- a/drivers/mtd/nand/raw/internals.h
+++ b/drivers/mtd/nand/raw/internals.h
@@ -106,7 +106,6 @@ int nand_read_page_raw_notsupp(struct nand_chip *chip, u8 *buf,
int oob_required, int page);
int nand_write_page_raw_notsupp(struct nand_chip *chip, const u8 *buf,
int oob_required, int page);
-int nand_exit_status_op(struct nand_chip *chip);
int nand_read_param_page_op(struct nand_chip *chip, u8 page, void *buf,
unsigned int len);
void nand_decode_ext_id(struct nand_chip *chip);