diff options
author | Al Viro | 2007-03-14 10:16:24 +0100 |
---|---|---|
committer | Linus Torvalds | 2007-03-14 23:27:49 +0100 |
commit | a033f35a2206e28af8109c62b403d940ba89d2b9 (patch) | |
tree | b3e66110c5d7ed1470d11cb6004a67af74999f8a /fs/nfsd | |
parent | [PATCH] m32r dma-mapping.h should simply include generic/dma-mapping-broken.h (diff) | |
download | kernel-qcow2-linux-a033f35a2206e28af8109c62b403d940ba89d2b9.tar.gz kernel-qcow2-linux-a033f35a2206e28af8109c62b403d940ba89d2b9.tar.xz kernel-qcow2-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/nfsd')
-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> |