From patchwork Tue Jun 7 17:35:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Rees X-Patchwork-Id: 858692 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p57HYqWb022392 for ; Tue, 7 Jun 2011 17:35:05 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756253Ab1FGRfE (ORCPT ); Tue, 7 Jun 2011 13:35:04 -0400 Received: from int-mailstore01.merit.edu ([207.75.116.232]:52386 "EHLO int-mailstore01.merit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754456Ab1FGRfD (ORCPT ); Tue, 7 Jun 2011 13:35:03 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by int-mailstore01.merit.edu (Postfix) with ESMTP id 285E53055B74; Tue, 7 Jun 2011 13:35:03 -0400 (EDT) X-Virus-Scanned: amavisd-new at int-mailstore01.merit.edu Received: from int-mailstore01.merit.edu ([127.0.0.1]) by localhost (int-mailstore01.merit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2OtXLB6iFvRL; Tue, 7 Jun 2011 13:35:02 -0400 (EDT) Received: from merit.edu (host-17.subnet-17.med.umich.edu [141.214.17.17]) by int-mailstore01.merit.edu (Postfix) with ESMTPSA id A49BC30852D7; Tue, 7 Jun 2011 13:35:02 -0400 (EDT) Date: Tue, 7 Jun 2011 13:35:01 -0400 From: Jim Rees To: Benny Halevy Cc: linux-nfs@vger.kernel.org, peter honeyman Subject: [PATCH 77/88] move include lines out of include file Message-ID: <756f1079ab4fab5692f021ee6a48cef26931f791.1307464382.git.rees@umich.edu> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 07 Jun 2011 17:35:05 +0000 (UTC) Signed-off-by: Jim Rees [This patch does *not* break the header's independence] Signed-off-by: Boaz Harrosh Signed-off-by: Benny Halevy --- include/linux/sunrpc/simple_rpc_pipefs.h | 6 ------ net/sunrpc/simple_rpc_pipefs.c | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/include/linux/sunrpc/simple_rpc_pipefs.h b/include/linux/sunrpc/simple_rpc_pipefs.h index 02e8147..f6a1227 100644 --- a/include/linux/sunrpc/simple_rpc_pipefs.h +++ b/include/linux/sunrpc/simple_rpc_pipefs.h @@ -39,14 +39,8 @@ #ifndef _SIMPLE_RPC_PIPEFS_H_ #define _SIMPLE_RPC_PIPEFS_H_ -#include -#include -#include -#include -#include #include - #define payload_of(headerp) ((void *)(headerp + 1)) /* diff --git a/net/sunrpc/simple_rpc_pipefs.c b/net/sunrpc/simple_rpc_pipefs.c index c9306aa..24af0a1 100644 --- a/net/sunrpc/simple_rpc_pipefs.c +++ b/net/sunrpc/simple_rpc_pipefs.c @@ -38,9 +38,8 @@ * With thanks to CITI's project sponsor and partner, IBM. */ -#include -#include -#include +#include +#include #include