mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +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:
@@ -668,8 +668,7 @@ static struct pci_id mtd80x_nics[] = {
|
||||
PCI_ROM(0x1516, 0x0891, "MTD891", "Myson MTD891"),
|
||||
};
|
||||
|
||||
static struct pci_driver mtd80x_driver =
|
||||
PCI_DRIVER ( mtd80x_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( mtd80x_driver, mtd80x_nics, PCI_NO_CLASS );
|
||||
|
||||
/**************************************************************************
|
||||
PROBE - Look for an adapter, this routine's visible to the outside
|
||||
|
||||
Reference in New Issue
Block a user