diff options
Diffstat (limited to 'drivers/crypto/ccp/ccp-dev.c')
-rw-r--r-- | drivers/crypto/ccp/ccp-dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/ccp-dev.c b/drivers/crypto/ccp/ccp-dev.c index c6e6171eb6d3..ca29c120b85f 100644 --- a/drivers/crypto/ccp/ccp-dev.c +++ b/drivers/crypto/ccp/ccp-dev.c | |||
@@ -583,6 +583,7 @@ bool ccp_queues_suspended(struct ccp_device *ccp) | |||
583 | #ifdef CONFIG_X86 | 583 | #ifdef CONFIG_X86 |
584 | static const struct x86_cpu_id ccp_support[] = { | 584 | static const struct x86_cpu_id ccp_support[] = { |
585 | { X86_VENDOR_AMD, 22, }, | 585 | { X86_VENDOR_AMD, 22, }, |
586 | { }, | ||
586 | }; | 587 | }; |
587 | #endif | 588 | #endif |
588 | 589 | ||