This uses PCI so should include the header. Signed-off-by: Simon Glass <[email protected]> ---
Changes in v3: - Add new patch top include missing pci.h header in me_common.c Changes in v2: None arch/x86/include/asm/me_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/include/asm/me_common.h b/arch/x86/include/asm/me_common.h index 7089117..2e2251c 100644 --- a/arch/x86/include/asm/me_common.h +++ b/arch/x86/include/asm/me_common.h @@ -15,6 +15,7 @@ #include <linux/compiler.h> #include <linux/types.h> +#include <pci.h> #define MCHBAR_PEI_VERSION 0x5034 -- 2.7.0.rc3.207.g0ac5344 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

