diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-05 01:13:51 +0100 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-11-07 09:32:27 +0800 |
| commit | 0408ae531fe8ad01b9b788181fc5b91e0a527b42 (patch) | |
| tree | 9f9d71e7fc23afdd844366fb630039e2451ecc24 /common | |
| parent | e11db644884242795b01ea10e2949f2f56005b0b (diff) | |
spl: mmc: avoid including errno.h twice
Each include should only be included once.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/spl/spl_mmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |
