mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
mmc: remove unneeded forward declarations
These functions are defined before the callers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
8adf50effe
commit
76ca2d1303
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue