[U-Boot] [PATCH v3 08/10] x86: broadwell: Add missing pci.h header in power_state.c

Simon Glass sjg at chromium.org
Wed Mar 16 14:44:41 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 power_state.c

Changes in v2: None

 arch/x86/cpu/broadwell/power_state.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/cpu/broadwell/power_state.c b/arch/x86/cpu/broadwell/power_state.c
index 3380323..2b9a6bf 100644
--- a/arch/x86/cpu/broadwell/power_state.c
+++ b/arch/x86/cpu/broadwell/power_state.c
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <pci.h>
 #include <asm/io.h>
 #include <asm/intel_regs.h>
 #include <asm/arch/iomap.h>
-- 
2.7.0.rc3.207.g0ac5344



More information about the U-Boot mailing list