From b9a6dbc1ba0b341aec7be1c03fb329ce090df4c7 Mon Sep 17 00:00:00 2001 From: Yann Gautier Date: Mon, 21 Mar 2022 17:58:32 +0100 Subject: [PATCH] refactor(st): remove useless includes The stm32mp_dt.c file does not need anything from DDR header files. Signed-off-by: Yann Gautier Change-Id: Ibfe23204d68ee2e863cd2eda3d725baa830b729a --- plat/st/common/stm32mp_dt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plat/st/common/stm32mp_dt.c b/plat/st/common/stm32mp_dt.c index ea7157157..44376cdea 100644 --- a/plat/st/common/stm32mp_dt.c +++ b/plat/st/common/stm32mp_dt.c @@ -11,8 +11,6 @@ #include #include #include -#include -#include #include #include