From patchwork Sun Apr 15 01:05:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhu Yanjun X-Patchwork-Id: 10341447 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D58FC603EE for ; Sun, 15 Apr 2018 01:05:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C774F26530 for ; Sun, 15 Apr 2018 01:05:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA8EB26E1A; Sun, 15 Apr 2018 01:05:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 65AF126530 for ; Sun, 15 Apr 2018 01:05:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbeDOBE4 (ORCPT ); Sat, 14 Apr 2018 21:04:56 -0400 Received: from aserp2120.oracle.com ([141.146.126.78]:51308 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751270AbeDOBEz (ORCPT ); Sat, 14 Apr 2018 21:04:55 -0400 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w3F110Up192404; Sun, 15 Apr 2018 01:04:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id; s=corp-2017-10-26; bh=n7Rgf+In4p+LqHl1Hp8fl+nMA9N43Glj/Yjbrzv6jGw=; b=Zpjwy1qYUqNdCLu9htgNCVVMoFCUK9OYo5D1SPdkFRWTootRe9KVWSZrVCic6gErWRMd cMPvq/F7S0aPpkbDdhhqSSGdTJHTMEm0oBxqWDzrvy3cIPmC0FGOqMq/IYtLfImcR0gl xYAD4NUCyq+m3GnSmBVX+BzAkveiFsu9YPvIOSMcsvgLAoVJUNMZDfO1lKC0nAIPoiRN W2pYOaW2mkOui44Yx1yaXfBKlCZJnJOneJbTuwEaIqgEdeo7QQRRoDG6+ETlleXUVseG GuPBFutRmSq81OCm6a+f8L6cZzA24y2keBaMm1Y/i5tCN4fCmXwlZpJnX7qIhQbOiDau Ug== Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp2120.oracle.com with ESMTP id 2hbamnhbkn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 15 Apr 2018 01:04:33 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w3F14Wkn011740 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 15 Apr 2018 01:04:32 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id w3F14VG5031779; Sun, 15 Apr 2018 01:04:31 GMT Received: from shipfan.cn.oracle.com (/10.113.210.105) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 14 Apr 2018 18:04:31 -0700 From: Zhu Yanjun To: matanb@mellanox.com, leon@kernel.org, dledford@redhat.com, jgg@ziepe.ca, linux-rdma@vger.kernel.org Subject: [PATCH 1/1] IB/mlx5: remove duplicte header file Date: Sat, 14 Apr 2018 21:05:53 -0400 Message-Id: <1523754353-877-1-git-send-email-yanjun.zhu@oracle.com> X-Mailer: git-send-email 2.7.4 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8863 signatures=668698 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=779 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1804150009 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The header file fs_helpers.h is included twice. So it should be removed. CC: Srinivas Eeda CC: Junxiao Bi Signed-off-by: Zhu Yanjun --- drivers/infiniband/hw/mlx5/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c index daa919e..c5e1bbb 100644 --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c @@ -61,7 +61,6 @@ #include "mlx5_ib.h" #include "ib_rep.h" #include "cmd.h" -#include #include #include #include