ti: am654: Drop duplicate dm.h inclusion
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:47 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
We only need to include this header once. Drop the duplicate.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/ram/k3-am654-ddrss.c

index 8bbd8cf..21e5a65 100644 (file)
@@ -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>