From patchwork Sun Jan 23 18:02:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 12721065 X-Patchwork-Delegate: jgg@ziepe.ca Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AA7FC433F5 for ; Sun, 23 Jan 2022 18:03:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239364AbiAWSDa (ORCPT ); Sun, 23 Jan 2022 13:03:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239474AbiAWSDZ (ORCPT ); Sun, 23 Jan 2022 13:03:25 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B109AC061744; Sun, 23 Jan 2022 10:03:25 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4D2F26102C; Sun, 23 Jan 2022 18:03:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5D62C340E2; Sun, 23 Jan 2022 18:03:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642961004; bh=AAE/ABHEa3gNRJmMyXtjKDEup3ZSg1dcASJxtQPxzgg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iaXKF4Ut9brJ4VlG5cY0N1yGlB4doymqF80SRmzB4CRkwdKkGvBsQV+48ubG221l8 MdH+3pHFuHx9y7qV1UJh2U+cgzSe3mXCWI+eJZE1OL+eObY4phqsbW8Bw5bWh5m3w4 KAWD7H1AQY7dD/MLpOVuuBMAH9QLv6BjHoworcmBISi87SR6VCqVs0QvZMVfGVIXJ/ wVYC9AosQg97viTSW6klczf8HyqDswXQUVMB1a9krAcQQygdNt7BzpAhVi/6i+daIm nJcHenQFD6fcO5fAB4gCpicSLYBvnyv9MJny7aiF4idNaOVW6hemLnwP0DuvA8m+U1 s9r143VeffVKg== From: Leon Romanovsky To: Jason Gunthorpe Cc: Leon Romanovsky , Christian Benvenuti , Dennis Dalessandro , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Max Gurtovoy , Mike Marciniszyn , Nelson Escobar , Sagi Grimberg , Yishai Hadas , Zhu Yanjun Subject: [PATCH rdma-next 05/11] RDMA/mthca: Delete useless module.h include Date: Sun, 23 Jan 2022 20:02:54 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org From: Leon Romanovsky There is no need in include of module.h in the following file. Signed-off-by: Leon Romanovsky --- drivers/infiniband/hw/mthca/mthca_profile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/infiniband/hw/mthca/mthca_profile.c b/drivers/infiniband/hw/mthca/mthca_profile.c index 7ea970774839..69af65f1b332 100644 --- a/drivers/infiniband/hw/mthca/mthca_profile.c +++ b/drivers/infiniband/hw/mthca/mthca_profile.c @@ -31,8 +31,6 @@ * SOFTWARE. */ -#include -#include #include #include