public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: rcar-ep: Include linux/pci-epf.h instead of linux/pci-epc.h
@ 2023-07-05 10:48 Alistair Francis
  2023-07-05 11:10 ` Damien Le Moal
  0 siblings, 1 reply; 7+ messages in thread
From: Alistair Francis @ 2023-07-05 10:48 UTC (permalink / raw)
  To: marek.vasut+renesas, yoshihiro.shimoda.uh, linux-pci,
	linux-renesas-soc, linux-kernel
  Cc: lpieralisi, kw, robh, bhelgaas, alistair23, dlemoal,
	Alistair Francis

pci-epc.h doesn't define the members of the pci_epf_header struct, so
trying to access them results in errors like this:

    error: invalid use of undefined type 'struct pci_epf_header'
      167 |                 val = hdr->vendorid;

Instead let's include pci-epf.h which not only defines the
pci_epf_header but also includes pci-epc.h.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
---
 drivers/pci/controller/pcie-rcar-ep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/pcie-rcar-ep.c b/drivers/pci/controller/pcie-rcar-ep.c
index f9682df1da61..5afc91d11eef 100644
--- a/drivers/pci/controller/pcie-rcar-ep.c
+++ b/drivers/pci/controller/pcie-rcar-ep.c
@@ -10,7 +10,7 @@
 #include <linux/of_address.h>
 #include <linux/of_platform.h>
 #include <linux/pci.h>
-#include <linux/pci-epc.h>
+#include <linux/pci-epf.h>
 #include <linux/platform_device.h>
 #include <linux/pm_runtime.h>
 
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-06  1:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 10:48 [PATCH] PCI: rcar-ep: Include linux/pci-epf.h instead of linux/pci-epc.h Alistair Francis
2023-07-05 11:10 ` Damien Le Moal
2023-07-05 11:44   ` Krzysztof Wilczyński
2023-07-05 11:57     ` Alistair Francis
2023-07-05 13:15       ` Krzysztof Wilczyński
2023-07-05 21:53         ` Damien Le Moal
2023-07-06  1:44         ` Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox