summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 10:15:47 -0600
committerTom Rini <trini@konsulko.com>2020-08-03 22:19:54 -0400
commit0eddd24e8967b3a8d04ac7e49020f74f149d7f12 (patch)
treef7cc47f205f7bc084658b761c2886bc3b3148eb4
parent8b69e629dcfd3fc9ce50ce33a492ba08af0ce7b0 (diff)
ti: am654: Drop duplicate dm.h inclusion
We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/ram/k3-am654-ddrss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ram/k3-am654-ddrss.c b/drivers/ram/k3-am654-ddrss.c
index 8bbd8cfa83..21e5a65529 100644
--- a/drivers/ram/k3-am654-ddrss.c
+++ b/drivers/ram/k3-am654-ddrss.c
@@ -13,7 +13,6 @@
#include <ram.h>
#include <asm/io.h>
#include <power-domain.h>
-#include <dm.h>
#include <asm/arch/sys_proto.h>
#include <dm/device_compat.h>
#include <power/regulator.h>