From: Heinrich Schuchardt Date: Wed, 5 Nov 2025 00:13:51 +0000 (+0100) Subject: spl: mmc: avoid including errno.h twice X-Git-Tag: v2026.01-rc2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0408ae531fe8ad01b9b788181fc5b91e0a527b42;p=pandora-u-boot.git spl: mmc: avoid including errno.h twice Each include should only be included once. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng Signed-off-by: Peng Fan --- 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 #include #include -#include #include #include #include