[U-Boot] [PATCH v3 09/10] x86: Add missing pci.h header in me_common.h

Simon Glass sjg at chromium.org
Wed Mar 16 14:44:42 CET 2016


This uses PCI so should include the header.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

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



More information about the U-Boot mailing list