On Mon, Jun 08, 2026 at 01:33:25PM +0300, Raz Ben Yehuda wrote: > Remove static qualifier from selected functios to allow > future use > > Signed-off-by: Raz Ben Yehuda <[email protected]> > --- > drivers/ufs/ufs-uclass.c | 18 +++++++++--------- > drivers/ufs/ufs.h | 13 +++++++++++++ > 2 files changed, 22 insertions(+), 9 deletions(-)
Making these functions public means that the kernel-doc portions need to moved too, and put in include/ufs.h. This fixes the problem of having to get drivers/ufs/ufs.h included by cmd/ufs.c in a later patch. -- Tom
signature.asc
Description: PGP signature

