aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-12-14 01:09:25 +0000
committerIan Lepore <ian@FreeBSD.org>2015-12-14 01:09:25 +0000
commit3f62727443778cb8d9ab0e600401de7bacc464e3 (patch)
tree210c4cc8d75422783ed6b32ac4cdd87974774f79 /sys/dev/mmc/host
parentca7e5285876063a32c6a9a495d9b04caa17ecd5f (diff)
Notes
Diffstat (limited to 'sys/dev/mmc/host')
-rw-r--r--sys/dev/mmc/host/dwmmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c
index a80c8f6bd4f9..5dc062682ed8 100644
--- a/sys/dev/mmc/host/dwmmc.c
+++ b/sys/dev/mmc/host/dwmmc.c
@@ -1177,4 +1177,4 @@ static devclass_t dwmmc_devclass;
DRIVER_MODULE(dwmmc, simplebus, dwmmc_driver, dwmmc_devclass, 0, 0);
DRIVER_MODULE(dwmmc, ofwbus, dwmmc_driver, dwmmc_devclass, 0, 0);
-
+DRIVER_MODULE(mmc, dwmmc, mmc_driver, mmc_devclass, NULL, NULL);