From: Neil Armstrong Date: Mon, 30 Dec 2024 10:30:55 +0000 (+0100) Subject: ufs: core: include missing include/ufs.h X-Git-Tag: v2025.07-rc1~18^2~22^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=938ce571b89cdada5ee210150254972a07df6ef2;p=thirdparty%2Fu-boot.git ufs: core: include missing include/ufs.h Add missing ufs.h causing build warning on some symbols. Tested-by: Love Kumar Reviewed-by: Neha Malcom Francis Link: https://lore.kernel.org/r/20241230-topic-ufs-cleanup-v2-1-4c6d7994a45d@linaro.org Signed-off-by: Neil Armstrong --- diff --git a/drivers/ufs/ufs.c b/drivers/ufs/ufs.c index f7d8c40c448..31c2959aeb1 100644 --- a/drivers/ufs/ufs.c +++ b/drivers/ufs/ufs.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include