[PATCH RESEND 11/14] pci: layerspace: Add missing header files
"Peng Fan (OSS)" <[email protected]> Tue, 03 Feb 2026 19:32:15 +0800
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
From: Peng Fan <[email protected]> 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 <[email protected]> --- 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