mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
This commit is contained in:
@@ -714,8 +714,7 @@ static struct pci_id r8169_nics[] = {
|
||||
PCI_ROM(0x10ec, 0x8169, "r8169", "RealTek RTL8169 Gigabit Ethernet"),
|
||||
};
|
||||
|
||||
static struct pci_driver r8169_driver =
|
||||
PCI_DRIVER ( r8169_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( r8169_driver, r8169_nics, PCI_NO_CLASS );
|
||||
|
||||
/**************************************************************************
|
||||
PROBE - Look for an adapter, this routine's visible to the outside
|
||||
|
||||
Reference in New Issue
Block a user