diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-10-01 14:16:43 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2021-10-08 09:43:38 -0500 |
commit | 861e133ba268bef4765ea62c9602d4116b9c63ec (patch) | |
tree | 082496dede524903f6b6055df4e9933d662aea47 /drivers/pci | |
parent | c65bd90dc93e1b2f8e776f619ffbb0335a7a16ec (diff) | |
download | linux-861e133ba268bef4765ea62c9602d4116b9c63ec.tar.gz linux-861e133ba268bef4765ea62c9602d4116b9c63ec.tar.bz2 linux-861e133ba268bef4765ea62c9602d4116b9c63ec.zip |
PCI: rcar-host: Remove unneeded includes
Remove includes that are not needed, to speed up (re)compilation.
Most of these are relics from splitting the driver in a host and a
common part.
[bhelgaas: use driver tag analogous to rcar-ep]
Link: https://lore.kernel.org/r/54bed9a0e6991490ddb2b07e5abfaf40a7a62928.1633090577.git.geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/controller/pcie-rcar-host.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controller/pcie-rcar-host.c index 8f3131844e77..e12c2d8be05a 100644 --- a/drivers/pci/controller/pcie-rcar-host.c +++ b/drivers/pci/controller/pcie-rcar-host.c @@ -24,13 +24,11 @@ #include <linux/msi.h> #include <linux/of_address.h> #include <linux/of_irq.h> -#include <linux/of_pci.h> #include <linux/of_platform.h> #include <linux/pci.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> -#include <linux/slab.h> #include "pcie-rcar.h" |