diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-08-26 17:22:06 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-08-31 11:50:11 -0400 |
commit | c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8 (patch) | |
tree | 7914a4eb8101c2c28b63d726e5a740ddffc9f95f /fs/nfsd/export.c | |
parent | 3cc9fda40a427aeb176bab898edca4e9a3ada524 (diff) | |
download | linux-c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8.tar.gz linux-c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8.tar.bz2 linux-c152292f9ee7eb4ed30edc0bd5027a5beef5f5e8.zip |
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/nfsd/export.c')
-rw-r--r-- | fs/nfsd/export.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/export.c b/fs/nfsd/export.c index f4cc1e2bfc54..d491421cd708 100644 --- a/fs/nfsd/export.c +++ b/fs/nfsd/export.c @@ -16,7 +16,6 @@ #include <linux/module.h> #include <linux/exportfs.h> -#include <linux/nfsd/syscall.h> #include <net/ipv6.h> #include "nfsd.h" |