Skip to content

Commit

Permalink
staging: ccree: add missing include
Browse files Browse the repository at this point in the history
Add the missing include of include file with function declarations.

Signed-off-by: Gilad Ben-Yossef <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gby authored and gregkh committed Jan 9, 2018
1 parent 6daa971 commit 65073e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/ccree/cc_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 65073e6

Please sign in to comment.