Browse Source

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>
Gilad Ben-Yossef 7 years ago
parent
commit
65073e6ea9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/ccree/cc_debugfs.c

+ 1 - 0
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;