]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mtd: Add function prototype for mtd_read_oob_bf(...)
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:06:09 +0000 (19:06 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 28 Oct 2025 18:19:04 +0000 (12:19 -0600)
commit9465ca3d4559f596b1d3f65e7b2d66f50080bdd4
tree5a662c425a149c86c2b2e9bc6efa8ff700b7b36d
parente15dd01422efda76dcb5346b37e9781af5fcb67c
mtd: Add function prototype for mtd_read_oob_bf(...)

The function mtd_read_oob_bf is called by cmd/nand.c but does not have a
prototype in any header. Add this to include/linux/mtd/mtd.h as that is
the most logical place currently.

Fixes: 1fac57720719 ("nand: Add a watch command")
Signed-off-by: Tom Rini <trini@konsulko.com>
include/linux/mtd/mtd.h