On Thu, 17 Oct 2024 at 19:30, Heinrich Schuchardt <heinrich.schucha...@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.schucha...@canonical.com> > --- > drivers/block/blk-uclass.c | 19 ++++++++++++++++--- > include/blk.h | 17 ----------------- > 2 files changed, 16 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>