Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-08-27 01:22:06 +0400
committerJ. Bruce Fields <bfields@redhat.com>2011-08-31 19:50:11 +0400
commitc152292f9ee7eb4ed30edc0bd5027a5beef5f5e8 (patch)
tree7914a4eb8101c2c28b63d726e5a740ddffc9f95f /fs/compat.c
parent3cc9fda40a427aeb176bab898edca4e9a3ada524 (diff)
nfsd: remove include/linux/nfsd/syscall.h
We don't need this any more. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/compat.c')
-rw-r--r--fs/compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/compat.c b/fs/compat.c
index 0b48d018e38a..f2b36d472c73 100644
--- a/fs/compat.c
+++ b/fs/compat.c
@@ -37,7 +37,6 @@
#include <linux/dirent.h>
#include <linux/fsnotify.h>
#include <linux/highuid.h>
-#include <linux/nfsd/syscall.h>
#include <linux/personality.h>
#include <linux/rwsem.h>
#include <linux/tsacct_kern.h>