summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci_fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sdhci/sdhci_fdt.c')
-rw-r--r--sys/dev/sdhci/sdhci_fdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c
index e49eda8..27709d0 100644
--- a/sys/dev/sdhci/sdhci_fdt.c
+++ b/sys/dev/sdhci/sdhci_fdt.c
@@ -308,3 +308,4 @@ DRIVER_MODULE(sdhci_fdt, simplebus, sdhci_fdt_driver, sdhci_fdt_devclass,
NULL, NULL);
MODULE_DEPEND(sdhci_fdt, sdhci, 1, 1, 1);
DRIVER_MODULE(mmc, sdhci_fdt, mmc_driver, mmc_devclass, NULL, NULL);
+MODULE_DEPEND(sdhci_fdt, mmc, 1, 1, 1);
OpenPOWER on IntegriCloud