Browse Source

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>
Steven Rostedt 11 years ago
parent
commit
27199b15e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/ecryptfs/keystore.c

+ 0 - 1
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>