Skip to content

Commit

Permalink
Merge branch 'pci/host/rcar'
Browse files Browse the repository at this point in the history
- Remove unneeded includes (Geert Uytterhoeven)

* pci/host/rcar:
  PCI: rcar-host: Remove unneeded includes
  PCI: rcar-ep: Remove unneeded includes
  • Loading branch information
Bjorn Helgaas committed Nov 5, 2021
2 parents cd48bff + 861e133 commit 607f7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions drivers/pci/controller/pcie-rcar-ep.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
* Author: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
*/

#include <linux/clk.h>
#include <linux/delay.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/pci-epc.h>
#include <linux/phy/phy.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>

#include "pcie-rcar.h"

Expand Down
2 changes: 0 additions & 2 deletions drivers/pci/controller/pcie-rcar-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 607f7f0

Please sign in to comment.