From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752548AbcHXDgJ (ORCPT ); Tue, 23 Aug 2016 23:36:09 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:37448 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055AbcHXDgG (ORCPT ); Tue, 23 Aug 2016 23:36:06 -0400 Date: Tue, 23 Aug 2016 23:35:05 -0400 (EDT) From: Laurence Oberman To: Chris Wilson Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Eli Cohen , Jack Morgenstein , Or Gerlitz , Matan Barak , Leon Romanovsky , Doug Ledford , Sean Hefty , Hal Rosenstock Message-ID: <1070024890.2212210.1472009705267.JavaMail.zimbra@redhat.com> In-Reply-To: <20160823201626.13926-1-chris@chris-wilson.co.uk> References: <20160823201626.13926-1-chris@chris-wilson.co.uk> Subject: Re: [PATCH] infiniband/mlx5: Remove superfluous include of io-mapping.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.3.230.215] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF45 (Linux)/8.0.6_GA_5922) Thread-Topic: infiniband/mlx5: Remove superfluous include of io-mapping.h Thread-Index: +amjr0GSA/XnfE2uoGkKeehmv94SLA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Original Message ----- > From: "Chris Wilson" > To: linux-rdma@vger.kernel.org > Cc: linux-kernel@vger.kernel.org, "Chris Wilson" , "Eli Cohen" , "Jack > Morgenstein" , "Or Gerlitz" , "Matan Barak" , > "Leon Romanovsky" , "Doug Ledford" , "Sean Hefty" , > "Hal Rosenstock" > Sent: Tuesday, August 23, 2016 4:16:26 PM > Subject: [PATCH] infiniband/mlx5: Remove superfluous include of io-mapping.h > > This file does not use any structs or functions defined by io-mapping.h > (nor does it directly use iomap, ioremap, iounamp or friends). Remove it > to simplify verification of changes to io-mapping.h > > The include existed since its inception in > > commit e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c > Author: Eli Cohen > Date: Sun Jul 7 17:25:49 2013 +0300 > > mlx5: Add driver for Mellanox Connect-IB adapters > > which looks like a copy across from the Mellanox ethernet driver. > > Signed-off-by: Chris Wilson > Cc: Eli Cohen > Cc: Jack Morgenstein > Cc: Or Gerlitz > Cc: Matan Barak > Cc: Leon Romanovsky > Cc: Doug Ledford > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: linux-rdma@vger.kernel.org > --- > 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 a84bb766fc62..1b4094baa2de 100644 > --- a/drivers/infiniband/hw/mlx5/main.c > +++ b/drivers/infiniband/hw/mlx5/main.c > @@ -37,7 +37,6 @@ > #include > #include > #include > -#include > #if defined(CONFIG_X86) > #include > #endif > -- > 2.9.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > I compiled and tested this with no issues on my mlx5 test bed. Reviewed-by Laurence Oberman Tested-by Laurence Oberman