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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user