commit | 9b81c6efee64713d342cd3adf6488ef3a6d18103 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Thu Oct 30 16:21:00 2008 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:07:40 2009 -0600 |
tree | 0b4af419109659e21ada81fb38a68ac8e041b4eb | |
parent | 091925874e723c43227f89d92a4b14441a6736ba [diff] [blame] |
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 <afleming@freescale.com>
diff --git a/cpu/pxa/mmc.c b/cpu/pxa/mmc.c index 1f0d488..7199e89 100644 --- a/cpu/pxa/mmc.c +++ b/cpu/pxa/mmc.c
@@ -543,7 +543,7 @@ int /****************************************************/ -mmc_init(int verbose) +mmc_legacy_init(int verbose) /****************************************************/ { int retries, rc = -ENODEV;