summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2018-01-09 10:24:31 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 16:02:18 +0100
commit65073e6ea9632c1e38153565517d0324c0a06513 (patch)
tree169ec440d9aeb9f1ec575e079770e36a3f62437f /drivers/staging/ccree
parent6daa971b57f4fe878228ae90eeb2ded18738548b (diff)
staging: ccree: add missing include
Add the missing include of include file with function declarations. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree')
-rw-r--r--drivers/staging/ccree/cc_debugfs.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/stringify.h>
#include "cc_driver.h"
#include "cc_crypto_ctx.h"
+#include "cc_debugfs.h"
struct cc_debugfs_ctx {
struct dentry *dir;