[PATCH v2 11/14] pci: layerspace: Add missing header files
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Feb 9 02:30:15 CET 2026
From: Peng Fan <peng.fan at nxp.com>
struct fdt_resource, u32 and bool types are used in this header, add
missing header files following "include what you use".
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
drivers/pci/pcie_layerscape.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/pci/pcie_layerscape.h b/drivers/pci/pcie_layerscape.h
index b7f692f645070ad594585dd177df9c66a55e80d2..d5f4930e1813bd570a6d5106c11f2ceaa74bac2f 100644
--- a/drivers/pci/pcie_layerscape.h
+++ b/drivers/pci/pcie_layerscape.h
@@ -7,9 +7,11 @@
#ifndef _PCIE_LAYERSCAPE_H_
#define _PCIE_LAYERSCAPE_H_
-#include <pci.h>
+#include <fdtdec.h>
+#include <pci.h>
#include <linux/sizes.h>
+#include <linux/types.h>
#include <asm/arch-fsl-layerscape/svr.h>
#include <asm/arch-ls102xa/svr.h>
--
2.37.1
More information about the U-Boot
mailing list