提交 1ac6b731 编写于 作者: B Baoyou Xie 提交者: Herbert Xu

crypto: caam - add missing header dependencies

We get 1 warning when biuld kernel with W=1:
drivers/crypto/caam/ctrl.c:398:5: warning: no previous prototype for 'caam_get_era' [-Wmissing-prototypes]

In fact, this function is declared in drivers/crypto/caam/ctrl.h,
so this patch add missing header dependencies.
Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 cc2f1908
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "jr.h" #include "jr.h"
#include "desc_constr.h" #include "desc_constr.h"
#include "error.h" #include "error.h"
#include "ctrl.h"
bool caam_little_end; bool caam_little_end;
EXPORT_SYMBOL(caam_little_end); EXPORT_SYMBOL(caam_little_end);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册