From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2DFFC433F5 for ; Tue, 5 Oct 2021 09:02:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A530961037 for ; Tue, 5 Oct 2021 09:02:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232834AbhJEJEG (ORCPT ); Tue, 5 Oct 2021 05:04:06 -0400 Received: from foss.arm.com ([217.140.110.172]:55834 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233365AbhJEJEF (ORCPT ); Tue, 5 Oct 2021 05:04:05 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7D5336D; Tue, 5 Oct 2021 02:02:14 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.51.143]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 02CD93F66F; Tue, 5 Oct 2021 02:02:12 -0700 (PDT) From: Lorenzo Pieralisi To: =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Rob Herring , Marek Vasut , Geert Uytterhoeven , Lad Prabhakar , Yoshihiro Shimoda , Bjorn Helgaas Cc: Lorenzo Pieralisi , linux-renesas-soc@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH] PCI: rcar: pcie-rcar-ep: Remove unneeded includes Date: Tue, 5 Oct 2021 10:02:07 +0100 Message-Id: <163342451358.26857.6595725847149939957.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <7c708841a2bf84f85b14a963271c3e99c8ba38a5.1633090444.git.geert+renesas@glider.be> References: <7c708841a2bf84f85b14a963271c3e99c8ba38a5.1633090444.git.geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, 1 Oct 2021 14:16:09 +0200, Geert Uytterhoeven wrote: > Remove includes that are not needed, to speed up (re)compilation. > Include , which is needed, and was included > implicitly through before. > > Most of these are relics from splitting the driver in a host and a > common part, and adding endpoint support. > > [...] Applied to pci/rcar, thanks! [1/1] PCI: rcar: pcie-rcar-ep: Remove unneeded includes https://git.kernel.org/lpieralisi/pci/c/ea52bd3459 Thanks, Lorenzo