From: Gilad Ben-Yossef Date: Tue, 9 Jan 2018 10:24:31 +0000 (+0000) Subject: staging: ccree: add missing include X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=65073e6ea9632c1e38153565517d0324c0a06513;p=openwrt%2Fstaging%2Fblogic.git staging: ccree: add missing include Add the missing include of include file with function declarations. Signed-off-by: Gilad Ben-Yossef Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ccree/cc_debugfs.c b/drivers/staging/ccree/cc_debugfs.c index f927a736dff3..08f8db489cf0 100644 --- a/drivers/staging/ccree/cc_debugfs.c +++ b/drivers/staging/ccree/cc_debugfs.c @@ -6,6 +6,7 @@ #include #include "cc_driver.h" #include "cc_crypto_ctx.h" +#include "cc_debugfs.h" struct cc_debugfs_ctx { struct dentry *dir;