From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Date: Mon, 18 Feb 2008 00:05:21 +0000 Subject: [PATCH] ia64: remove unnecessary nfs includes from Message-Id: <20080218000521.GA19975@fieldses.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org From: J. Bruce Fields These nfs includes seem to be completely unused. Signed-off-by: J. Bruce Fields --- arch/ia64/ia32/sys_ia32.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) On Sun, Feb 17, 2008 at 08:13:14AM -0500, Christoph Hellwig wrote: > Why does it need to include either of these at all? There's nothing > nfs-specific in that file. Yep. I tried an ia64 cross-compile with the following applied, and didn't see any complaints.... Also, looks like: arch/parisc/kernel/sys_parisc32.c arch/s390/kernel/compat_linux.c arch/s390/kernel/compat_linux.h arch/sparc64/kernel/sys_sparc32.c arch/x86/ia32/sys_ia32.c have similarly unnecessary nfs includes. --b. diff --git a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c index d025a22..b1bf51f 100644 --- a/arch/ia64/ia32/sys_ia32.c +++ b/arch/ia64/ia32/sys_ia32.c @@ -32,13 +32,8 @@ #include #include #include -#include +#include #include -#include -#include -#include -#include -#include #include #include #include -- 1.5.4.rc2.60.gb2e62