Each include should only be included once. Signed-off-by: Heinrich Schuchardt <[email protected]> --- 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

