From patchwork Wed Oct 30 05:32:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Yongjun X-Patchwork-Id: 3113131 Return-Path: X-Original-To: patchwork-linux-nfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7FC5FBF924 for ; Wed, 30 Oct 2013 05:32:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BD13B20204 for ; Wed, 30 Oct 2013 05:32:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 09D65201FE for ; Wed, 30 Oct 2013 05:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751805Ab3J3FcR (ORCPT ); Wed, 30 Oct 2013 01:32:17 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:44865 "EHLO mail-bk0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379Ab3J3FcR (ORCPT ); Wed, 30 Oct 2013 01:32:17 -0400 Received: by mail-bk0-f41.google.com with SMTP id na10so335707bkb.14 for ; Tue, 29 Oct 2013 22:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=ekzsKLm8aj7OnqLnmp8W19xx8B+DeuWQXbNTNt8uMhg=; b=ynW+6cON5X0ADYOfMbOe1U1vasOhF8SucSGvjqfw+F0md+y2aUxSFQQ0qC8LMrGgUw OVbm6t8DhRfmNjvDzMN1Fu5tfYVUBhYFw8lCJcNazpy2yTObbm2pX/VwRN6Rq53uovXZ U+ZX4IjEQY7lhd70nVmtLWkZ8Hd1DRR4HYrB+2ajFi8fYGHptX9ID6mkVJIjXdlrFWgn 1t8GjNjx+c4g5wgiDtadom+Z4asaLwd5p+lNDKJV9zvmLBrX3WB8+vAdEOQOF3DkTw70 cVswDgO0tV4kRlAysZCbg6xN0A4KKgCTeHszLjuPSJpCTKpUQ0v1PCK65/28XCH0s6ij 41NQ== MIME-Version: 1.0 X-Received: by 10.205.14.197 with SMTP id pr5mr1697461bkb.6.1383111135753; Tue, 29 Oct 2013 22:32:15 -0700 (PDT) Received: by 10.205.19.10 with HTTP; Tue, 29 Oct 2013 22:32:15 -0700 (PDT) Date: Wed, 30 Oct 2013 13:32:15 +0800 Message-ID: Subject: [PATCH -next] SUNRPC: remove duplicated include from clnt.c From: Wei Yongjun To: Trond.Myklebust@netapp.com, bfields@fieldses.org, davem@davemloft.net Cc: yongjun_wei@trendmicro.com.cn, linux-nfs@vger.kernel.org, netdev@vger.kernel.org Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- net/sunrpc/clnt.c | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 759b78b..dab09da 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -31,7 +31,6 @@ #include #include #include -#include #include #include