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/error.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 '')
-rw-r--r-- | drivers/crypto/caam/error.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/caam/error.c b/drivers/crypto/caam/error.c index 79a0cc70717f..6f44ccb55c63 100644 --- a/drivers/crypto/caam/error.c +++ b/drivers/crypto/caam/error.c @@ -6,9 +6,7 @@ #include "compat.h" #include "regs.h" -#include "intern.h" #include "desc.h" -#include "jr.h" #include "error.h" static const struct { |