1
0
Fork 0

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>
hifive-unleashed-5.1
Steven Rostedt 2014-06-18 21:15:59 -04:00 committed by Tyler Hicks
parent 3db593e8af
commit 27199b15e4
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
*/
#include <linux/string.h>
#include <linux/syscalls.h>
#include <linux/pagemap.h>
#include <linux/key.h>
#include <linux/random.h>