spl: mmc: avoid including errno.h twice
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 5 Nov 2025 00:13:51 +0000 (01:13 +0100)
committerPeng Fan <peng.fan@nxp.com>
Fri, 7 Nov 2025 01:32:27 +0000 (09:32 +0800)
Each include should only be included once.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/spl/spl_mmc.c

index 0a00d29..d8ce3a8 100644 (file)
@@ -12,7 +12,6 @@
 #include <spl_load.h>
 #include <linux/compiler.h>
 #include <errno.h>
-#include <errno.h>
 #include <mmc.h>
 #include <image.h>
 #include <imx_container.h>