Skip to content

Commit

Permalink
ecryptfs: Remove unnecessary include of syscall.h in keystore.c
Browse files Browse the repository at this point in the history
There's no reason to include syscalls.h in keystore.c. Remove it.

Signed-off-by: Steven Rostedt <[email protected]>
Signed-off-by: Tyler Hicks <[email protected]>
  • Loading branch information
rostedt authored and tyhicks committed Jul 3, 2014
1 parent 3db593e commit 27199b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ecryptfs/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
*/

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

0 comments on commit 27199b1

Please sign in to comment.