Return-Path: linux-nfs-owner@vger.kernel.org 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 MIME-Version: 1.0 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 Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- net/sunrpc/clnt.c | 1 - 1 file changed, 1 deletion(-) 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