Skip to content

Commit c65bd90

Browse files
geertubjorn-helgaas
authored andcommitted
PCI: rcar-ep: Remove unneeded includes
Remove includes that are not needed, to speed up (re)compilation. Include <linux/pm_runtime.h>, which is needed, and was included implicitly through <linux/phy/phy.h> 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 <[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 e4e737b commit c65bd90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
* Author: Lad Prabhakar <[email protected]>
77
*/
88

9-
#include <linux/clk.h>
109
#include <linux/delay.h>
1110
#include <linux/of_address.h>
12-
#include <linux/of_irq.h>
13-
#include <linux/of_pci.h>
1411
#include <linux/of_platform.h>
1512
#include <linux/pci.h>
1613
#include <linux/pci-epc.h>
17-
#include <linux/phy/phy.h>
1814
#include <linux/platform_device.h>
15+
#include <linux/pm_runtime.h>
1916

2017
#include "pcie-rcar.h"
2118

0 commit comments

Comments
 (0)