From patchwork Sun Jan 23 18:02:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 12721067 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 BB9DCC433F5 for ; Sun, 23 Jan 2022 18:03:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239515AbiAWSDf (ORCPT ); Sun, 23 Jan 2022 13:03:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239431AbiAWSDe (ORCPT ); Sun, 23 Jan 2022 13:03:34 -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 12AB6C06173D; Sun, 23 Jan 2022 10:03:34 -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 A56306102E; Sun, 23 Jan 2022 18:03:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 419D4C340E2; Sun, 23 Jan 2022 18:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642961013; bh=FMuYNuowONsnIt2W6ZV3gvRRCcozA1FrcnvwFn66ruA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nZf28lJxxFT4zybB/O37c9GQ45NfNrlFMCJd0J3lGjUSek/AqpMG4UsxUlUMxxZR5 ZXhajFhvQdRjFnjkwRIcGgARBfJjsswpKV3NBnGWSkpxCsjfeWLjOG6K6mPiXFnGkR s0B4Cmw/oQtZv//MYCxePkf9P1OXt5QwyMgyWySUIKPSou/VEQ/tBqDYAh2NZEPYo2 PE5yAXBeTTxyro3BPjIC+vw92SdQqXneclSfHX7VzIn78kJ54HxlEBhZPsZCUH7N6a kgro1U0f1uyNjkyLuCX3OxMg4mtkQqHWqGtW/TPHhT3Vx8L2wbc0M3/xkAX83akADr sAH7O3G5ieG/g== 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 04/11] RDMA/mlx4: Delete useless module.h include Date: Sun, 23 Jan 2022 20:02:53 +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 files. Signed-off-by: Leon Romanovsky --- drivers/infiniband/hw/mlx4/alias_GUID.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/infiniband/hw/mlx4/alias_GUID.c b/drivers/infiniband/hw/mlx4/alias_GUID.c index e2e1f5daddc4..111fa88a3be4 100644 --- a/drivers/infiniband/hw/mlx4/alias_GUID.c +++ b/drivers/infiniband/hw/mlx4/alias_GUID.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include