2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 23:31:39 +00:00

PCI_DRIVER changed

This commit is contained in:
Michael Brown 2005-04-26 12:20:05 +00:00
parent 7e534b585f
commit 3a7967a38a

View File

@ -1446,8 +1446,7 @@ static struct pci_id undi_nics[] = {
PCI_ROM ( 0x0000, 0x0000, "undi", "UNDI driver support" ),
};
static struct pci_driver undi_driver =
PCI_DRIVER ( undi_nics, PCI_CLASS_NETWORK_ETHERNET );
PCI_DRIVER ( undi_driver, undi_nics, PCI_CLASS_NETWORK_ETHERNET );
DRIVER ( "UNDI", nic_driver, pci_driver, undi_driver,
undi_probe, undi_disable );