
27 Oct
2019
27 Oct
'19
4:54 p.m.
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 | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/ram/k3-am654-ddrss.c b/drivers/ram/k3-am654-ddrss.c index 7015d8cfe7..00673e80a9 100644 --- a/drivers/ram/k3-am654-ddrss.c +++ b/drivers/ram/k3-am654-ddrss.c @@ -12,7 +12,6 @@ #include <ram.h> #include <asm/io.h> #include <power-domain.h> -#include <dm.h> #include <asm/arch/sys_proto.h> #include <power/regulator.h> #include "k3-am654-ddrss.h"
--
2.24.0.rc0.303.g954a862665-goog