diff options
Diffstat (limited to 'drivers/crypto/ccp/ccp-pci.c')
-rw-r--r-- | drivers/crypto/ccp/ccp-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ccp/ccp-pci.c b/drivers/crypto/ccp/ccp-pci.c index 180cc87b4dbb..7f89c946adfe 100644 --- a/drivers/crypto/ccp/ccp-pci.c +++ b/drivers/crypto/ccp/ccp-pci.c | |||
@@ -320,7 +320,7 @@ static int ccp_pci_resume(struct pci_dev *pdev) | |||
320 | } | 320 | } |
321 | #endif | 321 | #endif |
322 | 322 | ||
323 | static DEFINE_PCI_DEVICE_TABLE(ccp_pci_table) = { | 323 | static const struct pci_device_id ccp_pci_table[] = { |
324 | { PCI_VDEVICE(AMD, 0x1537), }, | 324 | { PCI_VDEVICE(AMD, 0x1537), }, |
325 | /* Last entry must be zero */ | 325 | /* Last entry must be zero */ |
326 | { 0, } | 326 | { 0, } |