git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11db64
)
spl: mmc: avoid including errno.h twice
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Wed, 5 Nov 2025 00:13:51 +0000
(
01:13
+0100)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/common/spl/spl_mmc.c
b/common/spl/spl_mmc.c
index
0a00d29
..
d8ce3a8
100644
(file)
--- 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>