From 3da6f1c7bdc227ed0b5ab45562278fa4a18c15d3 Mon Sep 17 00:00:00 2001 From: Thomas Miletich Date: Thu, 26 Mar 2009 10:19:03 +0000 Subject: [pci] Add driver_data field to struct pci_device_id Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/drivers/net/sis900.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/net/sis900.c') diff --git a/src/drivers/net/sis900.c b/src/drivers/net/sis900.c index 008b9cf72..c24b43ff4 100644 --- a/src/drivers/net/sis900.c +++ b/src/drivers/net/sis900.c @@ -1278,8 +1278,8 @@ static struct nic_operations sis900_operations = { }; static struct pci_device_id sis900_nics[] = { -PCI_ROM(0x1039, 0x0900, "sis900", "SIS900"), -PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016"), +PCI_ROM(0x1039, 0x0900, "sis900", "SIS900", 0), +PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016", 0), }; PCI_DRIVER ( sis900_driver, sis900_nics, PCI_NO_CLASS ); -- cgit v1.2.3-55-g7522