diff options
author | J. Bruce Fields <bfields@fieldses.org> | 2007-07-17 04:04:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:07 -0700 |
commit | 1e5140279f31e47d58ed6036ee61ba7a65710e63 (patch) | |
tree | ce2aa52d5f304907d0ed2e6675d576116d605897 /fs | |
parent | 4b2ca38ad6c44ed0442092a829e6e954bf3580af (diff) | |
download | op-kernel-dev-1e5140279f31e47d58ed6036ee61ba7a65710e63.zip op-kernel-dev-1e5140279f31e47d58ed6036ee61ba7a65710e63.tar.gz |
knfsd: nfsd: remove unused header interface.h
It looks like Al Viro gutted this header file five years ago and it hasn't
been touched since.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfsctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c index 5ab80ed..baac89d 100644 --- a/fs/nfsd/nfsctl.c +++ b/fs/nfsd/nfsctl.c @@ -35,7 +35,6 @@ #include <linux/nfsd/cache.h> #include <linux/nfsd/xdr.h> #include <linux/nfsd/syscall.h> -#include <linux/nfsd/interface.h> #include <asm/uaccess.h> |