]> Git Repo - u-boot.git/commit - include/blk.h
dm: blk: Rename get_desc() and make it externally visible
authorBin Meng <[email protected]>
Tue, 26 Sep 2023 08:43:41 +0000 (16:43 +0800)
committerTom Rini <[email protected]>
Tue, 10 Oct 2023 20:25:48 +0000 (16:25 -0400)
commita9bf25cb93b96502da814f22cd2fbb284272a800
treec3ac4a3350f793801881296895ba6eb4206786f2
parent8ccc948f4079b291052a509e5da41a27153ffa00
dm: blk: Rename get_desc() and make it externally visible

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/block/blk-uclass.c
include/blk.h
This page took 0.034548 seconds and 4 git commands to generate.