diff options
Diffstat (limited to 'drivers/mfd/rdc321x-southbridge.c')
-rw-r--r-- | drivers/mfd/rdc321x-southbridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rdc321x-southbridge.c b/drivers/mfd/rdc321x-southbridge.c index aab63ee043e3..d346146249a2 100644 --- a/drivers/mfd/rdc321x-southbridge.c +++ b/drivers/mfd/rdc321x-southbridge.c | |||
@@ -96,7 +96,7 @@ static void rdc321x_sb_remove(struct pci_dev *pdev) | |||
96 | mfd_remove_devices(&pdev->dev); | 96 | mfd_remove_devices(&pdev->dev); |
97 | } | 97 | } |
98 | 98 | ||
99 | static DEFINE_PCI_DEVICE_TABLE(rdc321x_sb_table) = { | 99 | static const struct pci_device_id rdc321x_sb_table[] = { |
100 | { PCI_DEVICE(PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030) }, | 100 | { PCI_DEVICE(PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030) }, |
101 | {} | 101 | {} |
102 | }; | 102 | }; |