summaryrefslogtreecommitdiff
path: root/sys/dev/mmc
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2008-10-08 20:00:51 +0000
committerAlexander Motin <mav@FreeBSD.org>2008-10-08 20:00:51 +0000
commit8d66abb099bb4ccec72fdc2e6c9c08b1fc891ab2 (patch)
tree8e6b1d39d74847d6ed43a7390ce22bd86a560d68 /sys/dev/mmc
parent2df20601a8322e96517094d21d6baa6754e3a3dc (diff)
Notes
Diffstat (limited to 'sys/dev/mmc')
-rw-r--r--sys/dev/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c
index b0bdfeaa9819..2f5aad9274ea 100644
--- a/sys/dev/mmc/mmc.c
+++ b/sys/dev/mmc/mmc.c
@@ -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);