diff options
Diffstat (limited to 'drivers/net/pcnet32.c')
-rw-r--r-- | drivers/net/pcnet32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pcnet32.c b/drivers/net/pcnet32.c index e154677ff706..0dc7ff896eeb 100644 --- a/drivers/net/pcnet32.c +++ b/drivers/net/pcnet32.c | |||
@@ -59,7 +59,7 @@ static const char *const version = | |||
59 | /* | 59 | /* |
60 | * PCI device identifiers for "new style" Linux PCI Device Drivers | 60 | * PCI device identifiers for "new style" Linux PCI Device Drivers |
61 | */ | 61 | */ |
62 | static struct pci_device_id pcnet32_pci_tbl[] = { | 62 | static DEFINE_PCI_DEVICE_TABLE(pcnet32_pci_tbl) = { |
63 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE_HOME), }, | 63 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE_HOME), }, |
64 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE), }, | 64 | { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_LANCE), }, |
65 | 65 | ||