summaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 19:30:33 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 19:30:33 (GMT)
commitf36f44de721db44b4c2944133c3c5c2e06f633f0 (patch)
tree47549ea4017b29532b633df4765da5b7c9feda6f /fs/nfs
parenta5d157e0675ac11188a8d429a062b1938bb2d353 (diff)
downloadlinux-fsl-qoriq-f36f44de721db44b4c2944133c3c5c2e06f633f0.tar.xz
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>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs2xdr.c2
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 */