Generic SD Host Controller driver going to be named sdhci.

This commit is contained in:
Alexander Motin 2008-10-08 20:00:51 +00:00
parent 2df20601a8
commit 8d66abb099

View File

@ -1286,4 +1286,4 @@ static devclass_t mmc_devclass;
DRIVER_MODULE(mmc, at91_mci, mmc_driver, mmc_devclass, 0, 0);
DRIVER_MODULE(mmc, sdh, mmc_driver, mmc_devclass, 0, 0);
DRIVER_MODULE(mmc, sdhci, mmc_driver, mmc_devclass, 0, 0);