Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
27199b15e4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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>