projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db593e
)
ecryptfs: Remove unnecessary include of syscall.h in keystore.c
author
Steven Rostedt
<rostedt@goodmis.org>
Thu, 19 Jun 2014 01:15:59 +0000
(21:15 -0400)
committer
Tyler Hicks
<tyhicks@canonical.com>
Thu, 3 Jul 2014 21:38:23 +0000
(16:38 -0500)
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>
fs/ecryptfs/keystore.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ecryptfs/keystore.c
b/fs/ecryptfs/keystore.c
index 4725a07f003cf3279fa81813748442afc24a053c..831c5f8529be02d5e4ef17e9d933c04d12537ec6 100644
(file)
--- 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>