diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:00 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-09 19:22:00 +0000 |
| commit | 05bdf34a9d20fc198fe855528e6a23135460c4c6 (patch) | |
| tree | 8e0840053f7e7b2c3fb2d8d5a5b1ac8ed4fac64a /sys/dev/bwn | |
| parent | 817be431741061152012464603ac7d47aca16cce (diff) | |
Diffstat (limited to 'sys/dev/bwn')
| -rw-r--r-- | sys/dev/bwn/if_bwn_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn_pci.c b/sys/dev/bwn/if_bwn_pci.c index 51ff56184f8a..63f3f78a18f1 100644 --- a/sys/dev/bwn/if_bwn_pci.c +++ b/sys/dev/bwn/if_bwn_pci.c @@ -297,7 +297,7 @@ MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, bwn_siba, siba_devices, nitems(siba_devices) - 1); MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, bwn_bcma, bcma_devices, nitems(bcma_devices) - 1); -DRIVER_MODULE(bhndb, bwn_pci, bhndb_pci_driver, bhndb_devclass, NULL, NULL); +DRIVER_MODULE(bhndb, bwn_pci, bhndb_pci_driver, NULL, NULL); MODULE_DEPEND(bwn_pci, bwn, 1, 1, 1); MODULE_DEPEND(bwn_pci, bhnd, 1, 1, 1); |
