Browse Source

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>
Horia Geantă 8 years ago
parent
commit
78fd0fff7f
2 changed files with 0 additions and 3 deletions
  1. 0 1
      drivers/crypto/caam/ctrl.c
  2. 0 2
      drivers/crypto/caam/error.c

+ 0 - 1
drivers/crypto/caam/ctrl.c

@@ -13,7 +13,6 @@
 #include "intern.h"
 #include "intern.h"
 #include "jr.h"
 #include "jr.h"
 #include "desc_constr.h"
 #include "desc_constr.h"
-#include "error.h"
 #include "ctrl.h"
 #include "ctrl.h"
 
 
 bool caam_little_end;
 bool caam_little_end;

+ 0 - 2
drivers/crypto/caam/error.c

@@ -6,9 +6,7 @@
 
 
 #include "compat.h"
 #include "compat.h"
 #include "regs.h"
 #include "regs.h"
-#include "intern.h"
 #include "desc.h"
 #include "desc.h"
-#include "jr.h"
 #include "error.h"
 #include "error.h"
 
 
 static const struct {
 static const struct {