diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2014-06-18 21:15:59 -0400 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2014-07-03 16:38:23 -0500 |
commit | 27199b15e4f027e24969f6644ce4ff414c7e6cba (patch) | |
tree | eb06028898bb738f8931b958231a23836c70a9bb /fs/ecryptfs | |
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/ecryptfs')
-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 @@ */ #include <linux/string.h> -#include <linux/syscalls.h> #include <linux/pagemap.h> #include <linux/key.h> #include <linux/random.h> |