
18 Oct
2024
18 Oct
'24
4:52 p.m.
On Thu, 17 Oct 2024 at 19:30, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
There are no users of the blk_create_device() function outside the uclass. Let's make it static. This will ensure that new block drivers will use blk_create_devicef().
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
drivers/block/blk-uclass.c | 19 ++++++++++++++++--- include/blk.h | 17 ----------------- 2 files changed, 16 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org