[PATCH 1/1] spl: mmc: avoid including errno.h twice
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Nov 5 01:13:51 CET 2025
Each include should only be included once.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
common/spl/spl_mmc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c
index 0a00d295575..d8ce3a84614 100644
--- a/common/spl/spl_mmc.c
+++ b/common/spl/spl_mmc.c
@@ -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>
--
2.51.0
More information about the U-Boot
mailing list