aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ecryptfs
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2014-06-18 21:15:59 -0400
committerTyler Hicks <tyhicks@canonical.com>2014-07-03 16:38:23 -0500
commit27199b15e4f027e24969f6644ce4ff414c7e6cba (patch)
treeeb06028898bb738f8931b958231a23836c70a9bb /fs/ecryptfs
parentfs/ecryptfs/messaging.c: remove null test before kfree (diff)
downloadwireguard-linux-27199b15e4f027e24969f6644ce4ff414c7e6cba.tar.xz
wireguard-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.c1
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>