From 938ce571b89cdada5ee210150254972a07df6ef2 Mon Sep 17 00:00:00 2001 From: Neil Armstrong Date: Mon, 30 Dec 2024 11:30:55 +0100 Subject: [PATCH] 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 --- drivers/ufs/ufs.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5