diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2011-12-13 00:59:16 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-12-20 11:20:05 +0400 |
commit | a1a38c4c6a0f73e8a9dc217c0e4e0ac483a89f25 (patch) | |
tree | 3cf55cfdcf54184e417797f0960c01349f6b8fef /drivers/crypto/caam/regs.h | |
parent | a2ecb155a30fea933cc539fc2064fef825fd9511 (diff) | |
download | linux-a1a38c4c6a0f73e8a9dc217c0e4e0ac483a89f25.tar.xz |
crypto: caam - remove DECO access initialization code
Access to the SEC4 DECOs (DEscriptor COntrollers) (for debug purposes)
isn't supported or used, and its register access initialization code
erroneously makes illegal i/o accesses that show up as errors when
run under simulation. Remove it until proper support (via DECORR)
is added.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/regs.h')
-rw-r--r-- | drivers/crypto/caam/regs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/caam/regs.h b/drivers/crypto/caam/regs.h index aee394e39056..e9f7a70cdd5e 100644 --- a/drivers/crypto/caam/regs.h +++ b/drivers/crypto/caam/regs.h @@ -657,7 +657,6 @@ struct caam_full { u64 rsvd[512]; struct caam_assurance assure; struct caam_queue_if qi; - struct caam_deco *deco; }; #endif /* REGS_H */ |