pci: layerspace: Add missing header files

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@nxp.com>
This commit is contained in:
Peng Fan
2026-02-17 13:50:22 -06:00
committed by Tom Rini
parent b2db865c4e
commit d3b0b3c118
+3 -1
View File
@@ -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>