Skip to content

Commit 861e133

Browse files
geertubjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]>
1 parent c65bd90 commit 861e133

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pci/controller/pcie-rcar-host.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
#include <linux/msi.h>
2525
#include <linux/of_address.h>
2626
#include <linux/of_irq.h>
27-
#include <linux/of_pci.h>
2827
#include <linux/of_platform.h>
2928
#include <linux/pci.h>
3029
#include <linux/phy/phy.h>
3130
#include <linux/platform_device.h>
3231
#include <linux/pm_runtime.h>
33-
#include <linux/slab.h>
3432

3533
#include "pcie-rcar.h"
3634

0 commit comments

Comments
 (0)