From f36f44de721db44b4c2944133c3c5c2e06f633f0 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 25 Jun 2006 12:30:33 -0700 Subject: 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 --- fs/nfs/nfs2xdr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/nfs') 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 #include "internal.h" -#include "internal.h" - #define NFSDBG_FACILITY NFSDBG_XDR /* #define NFS_PARANOIA 1 */ -- cgit v1.2.3-59-g8ed1b