diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2017-02-10 13:07:14 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-02-15 06:23:36 +0100 |
commit | 78fd0fff7fbb55b352bd7058bf51caa46dd3a0f1 (patch) | |
tree | 97dbd12e1b44841479d5d29d3dba163423ecde1a /drivers/crypto/caam/ctrl.c | |
parent | crypto: ccp - Simplify some buffer management routines (diff) | |
download | linux-78fd0fff7fbb55b352bd7058bf51caa46dd3a0f1.tar.xz linux-78fd0fff7fbb55b352bd7058bf51caa46dd3a0f1.zip |
crypto: caam - don't include unneeded headers
intern.h, jr.h are not needed in error.c
error.h is not needed in ctrl.c
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/ctrl.c')
-rw-r--r-- | drivers/crypto/caam/ctrl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 755109841cfd..8957ec952212 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c @@ -13,7 +13,6 @@ #include "intern.h" #include "jr.h" #include "desc_constr.h" -#include "error.h" #include "ctrl.h" bool caam_little_end; |