[U-Boot] [PATCH v2 04/10] x86: Add some missing includes.

2012-10-10 Thread Simon Glass
From: Gabe Black I suspect these includes were usually available because something else included them earlier or because they were brought in transitively. Signed-off-by: Gabe Black Signed-off-by: Simon Glass --- arch/x86/include/asm/global_data.h |2 ++ arch/x86/include/asm/u-boot.h

Re: [U-Boot] [PATCH v2 04/10] x86: Add some missing includes.

2012-10-10 Thread Graeme Russ
Hi Simon, On Thu, Oct 11, 2012 at 10:12 AM, Simon Glass wrote: > From: Gabe Black > > I suspect these includes were usually available because something else > included them earlier or because they were brought in transitively. > > Signed-off-by: Gabe Black > Signed-off-by: Simon Glass > --- >