diff options
Diffstat (limited to 'drivers/pcmcia/pd6729.c')
-rw-r--r-- | drivers/pcmcia/pd6729.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pd6729.c b/drivers/pcmcia/pd6729.c index 622dd6fe7347..34ace4854dc2 100644 --- a/drivers/pcmcia/pd6729.c +++ b/drivers/pcmcia/pd6729.c | |||
@@ -764,7 +764,7 @@ static void pd6729_pci_remove(struct pci_dev *dev) | |||
764 | kfree(socket); | 764 | kfree(socket); |
765 | } | 765 | } |
766 | 766 | ||
767 | static DEFINE_PCI_DEVICE_TABLE(pd6729_pci_ids) = { | 767 | static const struct pci_device_id pd6729_pci_ids[] = { |
768 | { PCI_DEVICE(PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_6729) }, | 768 | { PCI_DEVICE(PCI_VENDOR_ID_CIRRUS, PCI_DEVICE_ID_CIRRUS_6729) }, |
769 | { } | 769 | { } |
770 | }; | 770 | }; |