From: Simon Horman Date: Mon, 6 Dec 2010 00:12:45 +0000 (+0000) Subject: mmc, sh: Remove sh_mmcif_boot_slurp() X-Git-Tag: v2.6.38-rc1~234^2~8^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b384634f7083bcacf9a9ed2e6f4c3d0a246e49;p=pandora-kernel.git mmc, sh: Remove sh_mmcif_boot_slurp() As the only caller of sh_mmcif_boot_do_read() is sh_mmcif_boot_slurp() the configuration portion of sh_mmcif_boot_slurp() can be merged into sh_mmcif_boot_do_read(). Once this is done sh_mmcif_boot_slurp() is only a call to sh_mmcif_boot_do_read() with platform specific information - the offset that images are stored on MMC. So make the sh_mmcif_boot_do_read() call directly from platform code and remove sh_mmcif_boot_slurp() altogether. Cc: Magnus Damm Signed-off-by: Simon Horman Signed-off-by: Paul Mundt --- Reading git-diff-tree failed