mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct the dependency of mmc(4) on sdhci_tegra(4) after r314887.
This commit is contained in:
parent
6155b39007
commit
906eb24c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ static device_method_t tegra_sdhci_methods[] = {
|
|||
};
|
||||
|
||||
static devclass_t tegra_sdhci_devclass;
|
||||
static DEFINE_CLASS_0(sdhci, tegra_sdhci_driver, tegra_sdhci_methods,
|
||||
static DEFINE_CLASS_0(sdhci_tegra, tegra_sdhci_driver, tegra_sdhci_methods,
|
||||
sizeof(struct tegra_sdhci_softc));
|
||||
DRIVER_MODULE(sdhci_tegra, simplebus, tegra_sdhci_driver, tegra_sdhci_devclass,
|
||||
NULL, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue