commit | 6efca7feae5f135753bc8d936126e704c3b45568 | [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 | 256f6da8cfbb0349fda9bc4a3fcfd74e5f5d8465 [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>