From: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Date: Tue, 3 Dec 2013 06:47:34 +0000 (+0530)
Subject: include/mmc.h: Remove declaration for spl_mmc_load()
X-Git-Tag: v2025.01-rc5-pxa1908~15510^2~15^2~6
X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=dae6c6ba95f61326e8012c2fec372a6735ba46b9;p=u-boot.git

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>
---

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);