Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933851AbZKXSQr (ORCPT ); Tue, 24 Nov 2009 13:16:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933786AbZKXSQl (ORCPT ); Tue, 24 Nov 2009 13:16:41 -0500 Received: from daytona.panasas.com ([67.152.220.89]:33713 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933231AbZKXSQi (ORCPT ); Tue, 24 Nov 2009 13:16:38 -0500 X-Greylist: delayed 917 seconds by postgrey-1.27 at vger.kernel.org; Tue, 24 Nov 2009 13:16:36 EST Message-ID: <4B0C201C.4040400@panasas.com> Date: Tue, 24 Nov 2009 20:04:12 +0200 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090924 Remi/fc10 Thunderbird/3.0b4 MIME-Version: 1.0 To: "J. Bruce Fields" , Linux Kernel , linux-parisc , sparclinux , linux-s390 , NFS list , pNFS Mailing List , Andrew Morton Subject: [PATCH 5/5] vfs: nfsctl.c unused nfsd #includes References: <4B0C1EB7.50508@panasas.com> In-Reply-To: <4B0C1EB7.50508@panasas.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Nov 2009 18:04:15.0670 (UTC) FILETIME=[88EEF560:01CA6D30] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 32 Only linux/nfsd/syscall.h is actually used. Remove the other nfsd #includes, so they can be moved to source directory. Signed-off-by: Boaz Harrosh --- fs/nfsctl.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/fs/nfsctl.c b/fs/nfsctl.c index 8f9a205..d3854d9 100644 --- a/fs/nfsctl.c +++ b/fs/nfsctl.c @@ -7,8 +7,6 @@ #include #include #include -#include -#include #include #include #include -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/