diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2014-06-18 21:15:59 -0400 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2014-07-03 17:38:23 -0400 |
commit | 27199b15e4f027e24969f6644ce4ff414c7e6cba (patch) | |
tree | eb06028898bb738f8931b958231a23836c70a9bb /fs | |
parent | 3db593e8af0a7361037a2abbe8910d4e44041d89 (diff) |
ecryptfs: Remove unnecessary include of syscall.h in keystore.c
There's no reason to include syscalls.h in keystore.c. Remove it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ecryptfs/keystore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/keystore.c b/fs/ecryptfs/keystore.c index 4725a07f003c..831c5f8529be 100644 --- a/fs/ecryptfs/keystore.c +++ b/fs/ecryptfs/keystore.c | |||
@@ -26,7 +26,6 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <linux/string.h> | 28 | #include <linux/string.h> |
29 | #include <linux/syscalls.h> | ||
30 | #include <linux/pagemap.h> | 29 | #include <linux/pagemap.h> |
31 | #include <linux/key.h> | 30 | #include <linux/key.h> |
32 | #include <linux/random.h> | 31 | #include <linux/random.h> |