Re: [U-Boot] [PATCH v3 08/62] sandbox: Add some missing headers in cpu.c

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > These headers are needed in case they are not transitively included. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/sandbox/cpu/cpu.c | 2 ++ > 1 file changed, 2 insertions(+) Applied to u-boot-dm ___

[U-Boot] [PATCH v3 08/62] sandbox: Add some missing headers in cpu.c

2016-07-04 Thread Simon Glass
These headers are needed in case they are not transitively included. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/sandbox/cpu/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c index 7a622c8..4975eb2 100644