]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
include/mmc.h: Remove declaration for spl_mmc_load()
authorLad, Prabhakar <prabhakar.csengg@gmail.com>
Tue, 3 Dec 2013 06:47:34 +0000 (12:17 +0530)
committerPantelis Antoniou <panto@antoniou-consulting.com>
Wed, 8 Jan 2014 16:37:41 +0000 (18:37 +0200)
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>
include/mmc.h

index cb558da63d8307024d88002de8daecb28cddd834..8f51c939d66b53d2777a908a36b126e83e16d502 100644 (file)
@@ -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);