aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 12:30:33 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 12:30:33 -0700
commitf36f44de721db44b4c2944133c3c5c2e06f633f0 (patch)
tree47549ea4017b29532b633df4765da5b7c9feda6f
parent[PATCH] i386: Fix softirq accounting with 4K stacks (diff)
downloadlinux-dev-f36f44de721db44b4c2944133c3c5c2e06f633f0.tar.xz
linux-dev-f36f44de721db44b4c2944133c3c5c2e06f633f0.zip
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs2xdr.c b/fs/nfs/nfs2xdr.c
index 3b939e055a08..67391eef6b93 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 */