From: Fabio Estevam Date: Wed, 23 Jul 2025 13:45:57 +0000 (-0300) Subject: imx93_evk: Remove PMIC and USB header files X-Git-Tag: v2025.10-rc1~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01fa565dfbbda68b1fb3cfe62abc02a720f37be;p=thirdparty%2Fu-boot.git imx93_evk: Remove PMIC and USB header files There is no PMIC and USB related C code in this file. Remove these unneeded header files. Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c index d84d56be5e1..d62f94dc418 100644 --- a/board/freescale/imx93_evk/imx93_evk.c +++ b/board/freescale/imx93_evk/imx93_evk.c @@ -13,11 +13,8 @@ #include #include #include -#include #include #include -#include -#include DECLARE_GLOBAL_DATA_PTR;