diff options
Diffstat (limited to 'drivers/crypto/ccp/ccp-dev-v5.c')
-rw-r--r-- | drivers/crypto/ccp/ccp-dev-v5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/ccp-dev-v5.c b/drivers/crypto/ccp/ccp-dev-v5.c index 41cc853f8569..fc08b4ed69d9 100644 --- a/drivers/crypto/ccp/ccp-dev-v5.c +++ b/drivers/crypto/ccp/ccp-dev-v5.c | |||
@@ -1015,6 +1015,7 @@ const struct ccp_vdata ccpv5a = { | |||
1015 | 1015 | ||
1016 | const struct ccp_vdata ccpv5b = { | 1016 | const struct ccp_vdata ccpv5b = { |
1017 | .version = CCP_VERSION(5, 0), | 1017 | .version = CCP_VERSION(5, 0), |
1018 | .dma_chan_attr = DMA_PRIVATE, | ||
1018 | .setup = ccp5other_config, | 1019 | .setup = ccp5other_config, |
1019 | .perform = &ccp5_actions, | 1020 | .perform = &ccp5_actions, |
1020 | .bar = 2, | 1021 | .bar = 2, |