Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27199b15 authored by Steven Rostedt's avatar Steven Rostedt Committed by Tyler Hicks
Browse files

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: default avatarSteven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent 3db593e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
 */

#include <linux/string.h>
#include <linux/syscalls.h>
#include <linux/pagemap.h>
#include <linux/key.h>
#include <linux/random.h>