From: Boaz Harrosh Subject: Re: [pnfs] [PATCH 1/5] sunrpc: Clean never used include files Date: Wed, 21 Oct 2009 14:54:24 +0200 Message-ID: <4ADF0480.6090406@panasas.com> References: <4ADEC1EF.8040107@panasas.com> <1256112711-25728-1-git-send-email-bharrosh@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: Benny Halevy , "J. Bruce Fields" , pNFS Mailing List , NFS list , Trond Myklebust Received: from dip-colo-pa.panasas.com ([67.152.220.67]:36039 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751479AbZJUMyX (ORCPT ); Wed, 21 Oct 2009 08:54:23 -0400 In-Reply-To: <1256112711-25728-1-git-send-email-bharrosh@panasas.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On 10/21/2009 10:11 AM, Boaz Harrosh wrote: > Remove include of two headers never used by this file. > I did not see any users dependency but if exist they > should be fixed since these headers are totally irrelevant > to here. > > Signed-off-by: Boaz Harrosh > --- > include/linux/sunrpc/debug.h | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h > index 10709cb..c2786f2 100644 > --- a/include/linux/sunrpc/debug.h > +++ b/include/linux/sunrpc/debug.h > @@ -28,9 +28,6 @@ > > #ifdef __KERNEL__ > > -#include > -#include > - > /* > * Enable RPC debugging/profiling. > */ This patch exposed a missing "#include " in linux/sunrpc/rpc_rdma.h. I'll re-post version 2 soon Boaz