git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1fc46
)
ufs: core: include missing include/ufs.h
author
Neil Armstrong
<neil.armstrong@linaro.org>
Mon, 30 Dec 2024 10:30:55 +0000
(11:30 +0100)
committer
Neil 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
patch
|
blob
|
history
diff --git
a/drivers/ufs/ufs.c
b/drivers/ufs/ufs.c
index
f7d8c40
..
31c2959
100644
(file)
--- 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>