瀏覽代碼

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 年之前
父節點
當前提交
78fd0fff7f
共有 2 個文件被更改,包括 0 次插入3 次删除
  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 "jr.h"
 #include "desc_constr.h"
-#include "error.h"
 #include "ctrl.h"
 
 bool caam_little_end;

+ 0 - 2
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 {