From abb5466ccf4ce50f412d459586f4f4b81cb73ac3 Mon Sep 17 00:00:00 2001 From: Andy Fleming Date: Thu, 30 Oct 2008 16:21:00 -0500 Subject: Convert mmc_init to mmc_legacy_init This is to get it out of the way of incoming MMC framework Signed-off-by: Andy Fleming --- cpu/pxa/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/pxa') diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 1f0d48888..7199e8952 100644 --- a/cpu/pxa/mmc.c +++ b/cpu/pxa/mmc.c @@ -543,7 +543,7 @@ static void mmc_decode_csd(uint32_t * resp) int /****************************************************/ -mmc_init(int verbose) +mmc_legacy_init(int verbose) /****************************************************/ { int retries, rc = -ENODEV; -- cgit v1.2.3