commit | f61202c7c7bc2b97c4b7d24bb22b43178b5fdca2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:37 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:25:48 2023 -0400 |
tree | 0dc05f0ee179ce8e7c6454f9605caaeb5da80cbf | |
parent | c437378f80345b9cec0be2454eb86eb8daa230e2 [diff] |
blk: blkmap: Make bind/unbind routines static These 2 are only used in drivers/block/blkmap.c. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>