diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-03-14 09:16:24 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-14 15:27:49 -0700 |
commit | a033f35a2206e28af8109c62b403d940ba89d2b9 (patch) | |
tree | b3e66110c5d7ed1470d11cb6004a67af74999f8a /fs | |
parent | 24b29dbcf382b12b58bc33fb4d0abb13d6ddc073 (diff) | |
download | linux-a033f35a2206e28af8109c62b403d940ba89d2b9.tar.gz linux-a033f35a2206e28af8109c62b403d940ba89d2b9.tar.bz2 linux-a033f35a2206e28af8109c62b403d940ba89d2b9.zip |
[PATCH] include of asm/pgtable.h in nfsfh is bogus
not needed and actually breaks build on frv, while we are at it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfsfh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfsfh.c b/fs/nfsd/nfsfh.c index c2660cbfcd96..8d995bcef806 100644 --- a/fs/nfsd/nfsfh.c +++ b/fs/nfsd/nfsfh.c @@ -17,7 +17,6 @@ #include <linux/stat.h> #include <linux/dcache.h> #include <linux/mount.h> -#include <asm/pgtable.h> #include <linux/sunrpc/clnt.h> #include <linux/sunrpc/svc.h> |