PCI: rcar-host: Remove unneeded includes
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 1 Oct 2021 12:16:43 +0000 (14:16 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Oct 2021 14:43:38 +0000 (09:43 -0500)
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>
drivers/pci/controller/pcie-rcar-host.c

index 8f3131844e7778cf118c9ac0f6ac44bd0e154bda..e12c2d8be05a34e2b189e349934e3a4deb98c7bc 100644 (file)
 #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"