diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-12-03 20:30:43 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-14 18:12:11 -0500 |
commit | 68590c382b875cc9a76b06097f3dff6730d787c1 (patch) | |
tree | c1d43fd744091eaf98734b0951ba5e9ef1a4eb63 | |
parent | 0296f55f98368219af772f54d3bf18a9ad859399 (diff) |
vfs: nfsctl.c un-used nfsd #includes
Only linux/nfsd/syscall.h is actually used. Remove the
other nfsd #includes, so they can be moved to source
directory.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
-rw-r--r-- | fs/nfsctl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsctl.c b/fs/nfsctl.c index 8f9a20556f79..d3854d94b7cf 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c @@ -7,8 +7,6 @@ #include <linux/types.h> #include <linux/file.h> #include <linux/fs.h> -#include <linux/sunrpc/svc.h> -#include <linux/nfsd/nfsd.h> #include <linux/nfsd/syscall.h> #include <linux/cred.h> #include <linux/sched.h> |