projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29cc4a
)
mtd: rawnand: remove 'nand_exit_status_op()' prototype
author
Arseniy Krasnov
<AVKrasnov@sberdevices.ru>
Wed, 23 Aug 2023 10:52:31 +0000
(13:52 +0300)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 11 Sep 2023 15:49:58 +0000
(17:49 +0200)
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
drivers/mtd/nand/raw/internals.h
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/internals.h
b/drivers/mtd/nand/raw/internals.h
index e9932da18bdd56939d03f0c09418d60f9dbcedf6..b7162ced9efa61742374438025bb395b39f08446 100644
(file)
--- 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);