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

2016-03-19 Thread Simon Glass
This uses PCI so should include the header. Signed-off-by: Simon Glass --- 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

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

2016-03-18 Thread Bin Meng
On Wed, Mar 16, 2016 at 9:44 PM, Simon Glass wrote: > This uses PCI so should include the header. > > Signed-off-by: Simon Glass > --- > > 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