Hi Geert, Thanks for your patch. On 2021-10-01 14:16:43 +0200, Geert Uytterhoeven wrote: > 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. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > drivers/pci/controller/pcie-rcar-host.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/pci/controller/pcie-rcar-host.c b/drivers/pci/controller/pcie-rcar-host.c > index 8f3131844e7778cf..e12c2d8be05a34e2 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" > > -- > 2.25.1 > -- Regards, Niklas Söderlund