aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs/ufs.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:29 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit5771d4eed64b7e064bcd9678443085a0cd4d8caf (patch)
tree2feabbfc967503a3db0c41826626a4b77c9f8987 /drivers/ufs/ufs.c
parent8f9f759d2b97f40bd01e6c5f29760f0593c81296 (diff)
downloadu-boot-5771d4eed64b7e064bcd9678443085a0cd4d8caf.zip
u-boot-5771d4eed64b7e064bcd9678443085a0cd4d8caf.tar.gz
u-boot-5771d4eed64b7e064bcd9678443085a0cd4d8caf.tar.bz2
ufs: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ufs/ufs.c')
-rw-r--r--drivers/ufs/ufs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ufs/ufs.c b/drivers/ufs/ufs.c
index e4400f3..be64bf9 100644
--- a/drivers/ufs/ufs.c
+++ b/drivers/ufs/ufs.c
@@ -10,7 +10,6 @@
#include <bouncebuf.h>
#include <charset.h>
-#include <common.h>
#include <dm.h>
#include <log.h>
#include <dm/device_compat.h>