diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2018-12-30 23:08:06 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2018-12-30 23:08:06 +0000 |
| commit | ab00a509eef1df398fa3bf759f15b4086b8e8d46 (patch) | |
| tree | 79a970064323d19c7b79c51f2ed86555d6d3feef /sys/dev/sdhci/sdhci_pci.c | |
| parent | 55d621a104bfae28508303a1d769842382b47122 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sdhci/sdhci_pci.c')
| -rw-r--r-- | sys/dev/sdhci/sdhci_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sdhci/sdhci_pci.c b/sys/dev/sdhci/sdhci_pci.c index ebdff87c9e124..ce313ed11814e 100644 --- a/sys/dev/sdhci/sdhci_pci.c +++ b/sys/dev/sdhci/sdhci_pci.c @@ -526,7 +526,7 @@ static devclass_t sdhci_pci_devclass; DRIVER_MODULE(sdhci_pci, pci, sdhci_pci_driver, sdhci_pci_devclass, NULL, NULL); -MODULE_DEPEND(sdhci_pci, sdhci, 1, 1, 1); +SDHCI_DEPEND(sdhci_pci); #ifndef MMCCAM MMC_DECLARE_BRIDGE(sdhci_pci); |
