]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ufs: core: include missing include/ufs.h
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Dec 2024 10:30:55 +0000 (11:30 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 18 Mar 2025 14:31:49 +0000 (15:31 +0100)
Add missing ufs.h causing build warning on some symbols.

Tested-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Link: https://lore.kernel.org/r/20241230-topic-ufs-cleanup-v2-1-4c6d7994a45d@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/ufs/ufs.c

index f7d8c40c448c6865b7c04e03bab6f3f93a44a591..31c2959aeb12931b2bbdf26b3c676ae1a7b0fd1a 100644 (file)
@@ -19,6 +19,7 @@
 #include <malloc.h>
 #include <hexdump.h>
 #include <scsi.h>
+#include <ufs.h>
 #include <asm/io.h>
 #include <asm/dma-mapping.h>
 #include <linux/bitops.h>