Remove unused ahci_devclass.
This commit is contained in:
@@ -423,4 +423,4 @@ static driver_t ahci_ata_driver = {
|
||||
sizeof(struct ahci_a10_softc)
|
||||
};
|
||||
|
||||
DRIVER_MODULE(a10_ahci, simplebus, ahci_ata_driver, ahci_devclass, 0, 0);
|
||||
DRIVER_MODULE(a10_ahci, simplebus, ahci_ata_driver, 0, 0);
|
||||
|
||||
@@ -358,6 +358,6 @@ static driver_t ahci_ata_driver = {
|
||||
sizeof(struct ahci_controller)
|
||||
};
|
||||
|
||||
DRIVER_MODULE(imx6_ahci, simplebus, ahci_ata_driver, ahci_devclass, 0, 0);
|
||||
DRIVER_MODULE(imx6_ahci, simplebus, ahci_ata_driver, 0, 0);
|
||||
MODULE_DEPEND(imx6_ahci, ahci, 1, 1, 1);
|
||||
SIMPLEBUS_PNP_INFO(compat_data)
|
||||
|
||||
@@ -780,5 +780,4 @@ static device_method_t tegra_ahci_methods[] = {
|
||||
|
||||
static DEFINE_CLASS_0(ahci, tegra_ahci_driver, tegra_ahci_methods,
|
||||
sizeof(struct tegra_ahci_sc));
|
||||
DRIVER_MODULE(tegra_ahci, simplebus, tegra_ahci_driver, ahci_devclass,
|
||||
NULL, NULL);
|
||||
DRIVER_MODULE(tegra_ahci, simplebus, tegra_ahci_driver, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user