From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH 07/45] drivers: infiniband: remove duplicate includes Date: Fri, 22 Dec 2017 09:45:22 -0700 Message-ID: <20171222164522.GA20267@ziepe.ca> References: <1512578979-5115-1-git-send-email-pravin.shedge4linux@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1512578979-5115-1-git-send-email-pravin.shedge4linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pravin Shedge Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, saeedm-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Wed, Dec 06, 2017 at 10:19:39PM +0530, Pravin Shedge wrote: > These duplicate includes have been found with scripts/checkincludes.pl but > they have been removed manually to avoid removing false positives. > > Signed-off-by: Pravin Shedge > drivers/infiniband/core/mad.c | 1 - > drivers/infiniband/core/netlink.c | 2 -- > drivers/infiniband/hw/mlx5/main.c | 4 +--- > drivers/infiniband/hw/usnic/usnic_ib_sysfs.c | 1 - > drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 1 - > 5 files changed, 1 insertion(+), 8 deletions(-) I applied this to for-next, thanks > index 543d0a4..fe435ed 100644 > +++ b/drivers/infiniband/hw/mlx5/main.c > @@ -50,16 +50,14 @@ > #include > #include > #include > +#include > #include > #include > #include > #include > #include > -#include > -#include > #include "mlx5_ib.h" > #include "cmd.h" > -#include Yep, ugh. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756375AbdLVQpe (ORCPT ); Fri, 22 Dec 2017 11:45:34 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:34461 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752871AbdLVQpc (ORCPT ); Fri, 22 Dec 2017 11:45:32 -0500 X-Google-Smtp-Source: ACJfBoued+IDm93aX83A4BA5P+CS7isedilYkaL8eflyiK3zz8VlAwOPo4Xah1qYZNu6dDLycwLxEA== Date: Fri, 22 Dec 2017 09:45:22 -0700 From: Jason Gunthorpe To: Pravin Shedge Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, leonro@mellanox.com, saeedm@mellanox.com Subject: Re: [PATCH 07/45] drivers: infiniband: remove duplicate includes Message-ID: <20171222164522.GA20267@ziepe.ca> References: <1512578979-5115-1-git-send-email-pravin.shedge4linux@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512578979-5115-1-git-send-email-pravin.shedge4linux@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 06, 2017 at 10:19:39PM +0530, Pravin Shedge wrote: > These duplicate includes have been found with scripts/checkincludes.pl but > they have been removed manually to avoid removing false positives. > > Signed-off-by: Pravin Shedge > drivers/infiniband/core/mad.c | 1 - > drivers/infiniband/core/netlink.c | 2 -- > drivers/infiniband/hw/mlx5/main.c | 4 +--- > drivers/infiniband/hw/usnic/usnic_ib_sysfs.c | 1 - > drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 1 - > 5 files changed, 1 insertion(+), 8 deletions(-) I applied this to for-next, thanks > index 543d0a4..fe435ed 100644 > +++ b/drivers/infiniband/hw/mlx5/main.c > @@ -50,16 +50,14 @@ > #include > #include > #include > +#include > #include > #include > #include > #include > #include > -#include > -#include > #include "mlx5_ib.h" > #include "cmd.h" > -#include Yep, ugh. Jason