summaryrefslogtreecommitdiffstats
path: root/include/mmc.h
diff options
context:
space:
mode:
authorLad, Prabhakar <prabhakar.csengg@gmail.com>2013-12-03 12:17:34 +0530
committerPantelis Antoniou <panto@antoniou-consulting.com>2014-01-08 18:37:41 +0200
commitdae6c6ba95f61326e8012c2fec372a6735ba46b9 (patch)
tree1cad5885b7e0811f2f19c0c51a7e9e21b28920a3 /include/mmc.h
parente7be18225fbea76d1f0034b224f0d1e60f07cfcf (diff)
downloadtalos-obmc-uboot-dae6c6ba95f61326e8012c2fec372a6735ba46b9.tar.gz
talos-obmc-uboot-dae6c6ba95f61326e8012c2fec372a6735ba46b9.zip
include/mmc.h: Remove declaration for spl_mmc_load()
The spl_mmc_load() was removed while converting to CONFIG_SPL_FRAMEWORK usage the definition was removed but the declaration was missed. This patch removes this declaration. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h
index cb558da63d..8f51c939d6 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -304,7 +304,6 @@ int board_mmc_getcd(struct mmc *mmc);
int mmc_switch_part(int dev_num, unsigned int part_num);
int mmc_getcd(struct mmc *mmc);
int mmc_getwp(struct mmc *mmc);
-void spl_mmc_load(void) __noreturn;
/* Function to change the size of boot partition and rpmb partitions */
int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,
unsigned long rpmbsize);
OpenPOWER on IntegriCloud