aboutsummaryrefslogtreecommitdiff
path: root/drivers/ufs/ti-j721e-ufs.c
diff options
context:
space:
mode:
authorTom Rini2024-05-01 19:31:29 -0600
committerTom Rini2024-05-07 08:00:56 -0600
commit5771d4eed64b7e064bcd9678443085a0cd4d8caf (patch)
tree2feabbfc967503a3db0c41826626a4b77c9f8987 /drivers/ufs/ti-j721e-ufs.c
parent8f9f759d2b97f40bd01e6c5f29760f0593c81296 (diff)
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/ti-j721e-ufs.c')
-rw-r--r--drivers/ufs/ti-j721e-ufs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ufs/ti-j721e-ufs.c b/drivers/ufs/ti-j721e-ufs.c
index 1860e0dca29..c5c08610ffd 100644
--- a/drivers/ufs/ti-j721e-ufs.c
+++ b/drivers/ufs/ti-j721e-ufs.c
@@ -5,7 +5,6 @@
#include <asm/io.h>
#include <clk.h>
-#include <common.h>
#include <dm.h>
#include <dm/device_compat.h>
#include <linux/bitops.h>