wpi: Remove unused devclass argument to DRIVER_MODULE.
This commit is contained in:
parent
33bc769101
commit
51776a92ca
@ -302,9 +302,8 @@ static driver_t wpi_driver = {
|
||||
wpi_methods,
|
||||
sizeof (struct wpi_softc)
|
||||
};
|
||||
static devclass_t wpi_devclass;
|
||||
|
||||
DRIVER_MODULE(wpi, pci, wpi_driver, wpi_devclass, NULL, NULL);
|
||||
DRIVER_MODULE(wpi, pci, wpi_driver, NULL, NULL);
|
||||
|
||||
MODULE_VERSION(wpi, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user