summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNeil Armstrong <[email protected]>2024-12-30 11:30:55 +0100
committerNeil Armstrong <[email protected]>2025-03-18 15:31:49 +0100
commit938ce571b89cdada5ee210150254972a07df6ef2 (patch)
treed3080a3da94a67c88086f4d15d25c2fb544c1840 /drivers
parent0e1fc465fea62ebae91f2f56cb823e8b37ee1077 (diff)
ufs: core: include missing include/ufs.h
Add missing ufs.h causing build warning on some symbols. Tested-by: Love Kumar <[email protected]> Reviewed-by: Neha Malcom Francis <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ufs/ufs.c1
1 files changed, 1 insertions, 0 deletions
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 <malloc.h>
#include <hexdump.h>
#include <scsi.h>
+#include <ufs.h>
#include <asm/io.h>
#include <asm/dma-mapping.h>
#include <linux/bitops.h>