arm: nvidia: pcie: Rename class name to pcib
Reported by: jhb
This commit is contained in:
parent
4f694d5f49
commit
3d280c69a7
@ -1630,7 +1630,7 @@ static device_method_t tegra_pcib_methods[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static devclass_t pcib_devclass;
|
static devclass_t pcib_devclass;
|
||||||
DEFINE_CLASS_1(tegra_pcib, tegra_pcib_driver, tegra_pcib_methods,
|
DEFINE_CLASS_1(pcib, tegra_pcib_driver, tegra_pcib_methods,
|
||||||
sizeof(struct tegra_pcib_softc), ofw_pci_driver);
|
sizeof(struct tegra_pcib_softc), ofw_pci_driver);
|
||||||
DRIVER_MODULE(tegra_pcib, simplebus, tegra_pcib_driver, pcib_devclass,
|
DRIVER_MODULE(tegra_pcib, simplebus, tegra_pcib_driver, pcib_devclass,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user