commit | dae6c6ba95f61326e8012c2fec372a6735ba46b9 | [log] [tgz] |
---|---|---|
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | Tue Dec 03 12:17:34 2013 +0530 |
committer | Pantelis Antoniou <panto@antoniou-consulting.com> | Wed Jan 08 18:37:41 2014 +0200 |
tree | 1cad5885b7e0811f2f19c0c51a7e9e21b28920a3 | |
parent | e7be18225fbea76d1f0034b224f0d1e60f07cfcf [diff] |
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>