ral: Remove unused devclass argument to DRIVER_MODULE.
This commit is contained in:
parent
55771d1c0b
commit
aed8cdc8cd
@ -176,9 +176,7 @@ static driver_t ral_pci_driver = {
|
||||
sizeof (struct ral_pci_softc)
|
||||
};
|
||||
|
||||
static devclass_t ral_devclass;
|
||||
|
||||
DRIVER_MODULE(ral, pci, ral_pci_driver, ral_devclass, NULL, NULL);
|
||||
DRIVER_MODULE(ral, pci, ral_pci_driver, NULL, NULL);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, ral, ral_pci_ids,
|
||||
nitems(ral_pci_ids) - 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user