projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8adf50e
)
mmc: remove unneeded forward declarations
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 23 Jan 2020 06:54:01 +0000
(15:54 +0900)
committer
Peng Fan
<peng.fan@nxp.com>
Mon, 17 Feb 2020 06:55:04 +0000
(14:55 +0800)
These functions are defined before the callers.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/mmc.c
b/drivers/mmc/mmc.c
index 2eb5e9d7aacc81240d22fde91107732b098af49e..b50fcbf6cf55c66e69aea43a97ab990ead359887 100644
(file)
--- a/
drivers/mmc/mmc.c
+++ b/
drivers/mmc/mmc.c
@@
-24,10
+24,6
@@
#define DEFAULT_CMD6_TIMEOUT_MS 500
static int mmc_set_signal_voltage(struct mmc *mmc, uint signal_voltage);
-static int mmc_power_cycle(struct mmc *mmc);
-#if !CONFIG_IS_ENABLED(MMC_TINY)
-static int mmc_select_mode_and_width(struct mmc *mmc, uint card_caps);
-#endif
#if !CONFIG_IS_ENABLED(DM_MMC)