diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2018-01-09 10:24:31 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 16:02:18 +0100 |
commit | 65073e6ea9632c1e38153565517d0324c0a06513 (patch) | |
tree | 169ec440d9aeb9f1ec575e079770e36a3f62437f | |
parent | 6daa971b57f4fe878228ae90eeb2ded18738548b (diff) | |
download | linux-65073e6ea9632c1e38153565517d0324c0a06513.tar.bz2 |
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>
-rw-r--r-- | drivers/staging/ccree/cc_debugfs.c | 1 |
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; |