diff options
Diffstat (limited to 'drivers/net/sis900.c')
| -rw-r--r-- | drivers/net/sis900.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index 7360d4bbf75..20c5ce47489 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c @@ -106,7 +106,7 @@ static const char * card_names[] = {  	"SiS 900 PCI Fast Ethernet",  	"SiS 7016 PCI Fast Ethernet"  }; -static struct pci_device_id sis900_pci_tbl [] = { +static DEFINE_PCI_DEVICE_TABLE(sis900_pci_tbl) = {  	{PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_900,  	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS_900},  	{PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_7016,  |