diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:36:10 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:36:10 +0000 |
| commit | d5a7306c75d2f9bddf7e264cbd61c83eee67f071 (patch) | |
| tree | beea8056e7335f8180d3f172cdf85786fd8373be /sys/powerpc/powermac | |
| parent | 216ca4cee1189ce1dd38b293c9dd431eb5ff8b02 (diff) | |
Diffstat (limited to 'sys/powerpc/powermac')
| -rw-r--r-- | sys/powerpc/powermac/ata_kauai.c | 2 | ||||
| -rw-r--r-- | sys/powerpc/powermac/ata_macio.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index 75e676eadd81..80fa61e74623 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -121,7 +121,7 @@ static driver_t ata_kauai_driver = { sizeof(struct ata_kauai_softc), }; -DRIVER_MODULE(ata, pci, ata_kauai_driver, ata_devclass, NULL, NULL); +DRIVER_MODULE(ata, pci, ata_kauai_driver, NULL, NULL); MODULE_DEPEND(ata, ata, 1, 1, 1); /* diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index 0d19a2a2233b..bb0f90f99dec 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -149,7 +149,7 @@ static driver_t ata_macio_driver = { sizeof(struct ata_macio_softc), }; -DRIVER_MODULE(ata, macio, ata_macio_driver, ata_devclass, NULL, NULL); +DRIVER_MODULE(ata, macio, ata_macio_driver, NULL, NULL); MODULE_DEPEND(ata, ata, 1, 1, 1); static int |
