mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Release all previously allocated resources.
This commit is contained in:
parent
640ca09ddb
commit
67a50f6e6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315800
@ -459,9 +459,9 @@ static device_method_t tegra_sdhci_methods[] = {
|
||||
};
|
||||
|
||||
static devclass_t tegra_sdhci_devclass;
|
||||
static DEFINE_CLASS_0(sdhci_tegra, tegra_sdhci_driver, tegra_sdhci_methods,
|
||||
static DEFINE_CLASS_0(sdhci, tegra_sdhci_driver, tegra_sdhci_methods,
|
||||
sizeof(struct tegra_sdhci_softc));
|
||||
DRIVER_MODULE(sdhci_tegra, simplebus, tegra_sdhci_driver, tegra_sdhci_devclass,
|
||||
NULL, NULL);
|
||||
MODULE_DEPEND(sdhci_tegra, sdhci, 1, 1, 1);
|
||||
MMC_DECLARE_BRIDGE(sdhci_tegra);
|
||||
MMC_DECLARE_BRIDGE(sdhci);
|
||||
|
Loading…
Reference in New Issue
Block a user