diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 12:30:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 12:30:33 -0700 |
commit | f36f44de721db44b4c2944133c3c5c2e06f633f0 (patch) | |
tree | 47549ea4017b29532b633df4765da5b7c9feda6f | |
parent | a5d157e0675ac11188a8d429a062b1938bb2d353 (diff) | |
download | op-kernel-dev-f36f44de721db44b4c2944133c3c5c2e06f633f0.zip op-kernel-dev-f36f44de721db44b4c2944133c3c5c2e06f633f0.tar.gz |
Fix NFS2 compile error
Trond had apparently merged the same patch twice, causing a duplicate
include of the "internal.h" file, with resulting obvious confusion.
Tssk. I'm the only one allowed to send out trees that don't even
compile! Who does this Trond guy think he is?
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | fs/nfs/nfs2xdr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs2xdr.c b/fs/nfs/nfs2xdr.c index 3b939e0..67391ee 100644 --- a/fs/nfs/nfs2xdr.c +++ b/fs/nfs/nfs2xdr.c @@ -25,8 +25,6 @@ #include <linux/nfs_fs.h> #include "internal.h" -#include "internal.h" - #define NFSDBG_FACILITY NFSDBG_XDR /* #define NFS_PARANOIA 1 */ |