From: Geert Uytterhoeven Date: Fri, 1 Oct 2021 12:16:09 +0000 (+0200) Subject: PCI: rcar-ep: Remove unneeded includes X-Git-Tag: v5.16-rc1~105^2~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c65bd90dc93e1b2f8e776f619ffbb0335a7a16ec;p=thirdparty%2Fkernel%2Flinux.git PCI: rcar-ep: Remove unneeded includes 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. [bhelgaas: use driver tag consistent with cadence-ep, designware-ep] Link: https://lore.kernel.org/r/7c708841a2bf84f85b14a963271c3e99c8ba38a5.1633090444.git.geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven Signed-off-by: Lorenzo Pieralisi Signed-off-by: Bjorn Helgaas Reviewed-by: Niklas Söderlund --- diff --git a/drivers/pci/controller/pcie-rcar-ep.c b/drivers/pci/controller/pcie-rcar-ep.c index aa1cf24a5a723..f9682df1da619 100644 --- a/drivers/pci/controller/pcie-rcar-ep.c +++ b/drivers/pci/controller/pcie-rcar-ep.c @@ -6,16 +6,13 @@ * Author: Lad Prabhakar */ -#include #include #include -#include -#include #include #include #include -#include #include +#include #include "pcie-rcar.h"