[PATCH 11/15] dm: blk: Rename get_desc() and make it externally visible
Simon Glass
sjg at chromium.org
Mon Oct 2 03:17:02 CEST 2023
On Tue, 26 Sept 2023 at 02:56, Bin Meng <bmeng at tinylab.org> wrote:
>
> get_desc() can be useful outside blk-uclass.c. Let's change it to
> an API and make it externally visible.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
> ---
>
> drivers/block/blk-uclass.c | 26 ++++++++------------------
> include/blk.h | 12 ++++++++++++
> 2 files changed, 20 insertions(+), 18 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list