diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-08-27 01:22:06 +0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-08-31 19:50:11 +0400 |
commit | c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8 (patch) | |
tree | 7914a4eb8101c2c28b63d726e5a740ddffc9f95f /fs/compat.c | |
parent | 3cc9fda40a427aeb176bab898edca4e9a3ada524 (diff) | |
download | linux-c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8.tar.xz |
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.c | 1 |
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> |