diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-04-20 16:43:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:39:31 +0000 |
| commit | a571fed7f457b7eb1207aca6871f9b066ca7b806 (patch) | |
| tree | 7a8dae7757abaec019080e3afe26f2850a2c261e /sys/dev/iwi | |
| parent | d1a9e9b9d83f17e2989fe8782595da2ba8f609e1 (diff) | |
Diffstat (limited to 'sys/dev/iwi')
| -rw-r--r-- | sys/dev/iwi/if_iwi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 0a65d4d635c2..9cf08e7d434f 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -242,9 +242,7 @@ static driver_t iwi_driver = { sizeof (struct iwi_softc) }; -static devclass_t iwi_devclass; - -DRIVER_MODULE(iwi, pci, iwi_driver, iwi_devclass, NULL, NULL); +DRIVER_MODULE(iwi, pci, iwi_driver, NULL, NULL); MODULE_VERSION(iwi, 1); |
