diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2014-06-19 03:15:59 +0200 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2014-07-03 23:38:23 +0200 |
commit | 27199b15e4f027e24969f6644ce4ff414c7e6cba (patch) | |
tree | eb06028898bb738f8931b958231a23836c70a9bb /fs/ecryptfs | |
parent | fs/ecryptfs/messaging.c: remove null test before kfree (diff) | |
download | linux-27199b15e4f027e24969f6644ce4ff414c7e6cba.tar.xz linux-27199b15e4f027e24969f6644ce4ff414c7e6cba.zip |
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> |