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 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

