From: Hugo Villeneuve Date: Fri, 6 Feb 2026 20:55:28 +0000 (-0500) Subject: board: imx8mn-var-som: remove unneeded header files X-Git-Tag: v2026.04-rc2~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b8b3431565418482bd25f3b5e9d46bba1b27dc;p=thirdparty%2Fu-boot.git board: imx8mn-var-som: remove unneeded header files Cleanup the file by removing unneeded header files. Signed-off-by: Hugo Villeneuve --- diff --git a/board/variscite/imx8mn_var_som/spl.c b/board/variscite/imx8mn_var_som/spl.c index e86bd37544f..483e9be400d 100644 --- a/board/variscite/imx8mn_var_som/spl.c +++ b/board/variscite/imx8mn_var_som/spl.c @@ -9,12 +9,9 @@ #include #include #include -#include #include #include -#include #include -#include #include int spl_board_boot_device(enum boot_device boot_dev_spl)