diff mbox

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

Message ID 1458135883-11813-9-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Bin Meng
Headers show

Commit Message

Simon Glass March 16, 2016, 1:44 p.m. UTC
This uses PCI so should include the header.

Signed-off-by: Simon Glass <sjg@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(+)

Comments

Bin Meng March 17, 2016, 2:31 a.m. UTC | #1
On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass <sjg@chromium.org> wrote:
> This uses PCI so should include the header.
>
> Signed-off-by: Simon Glass <sjg@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(+)
>

Squashed into http://patchwork.ozlabs.org/patch/596623/, and applied
to u-boot-x86, thanks!
diff mbox

Patch

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>