Hi Mike,

On Tue, Jan 10, 2012 at 10:07 AM, Mike Frysinger <vap...@gentoo.org> wrote:
> On Monday 09 January 2012 17:25:15 Simon Glass wrote:
>> --- a/arch/sandbox/cpu/os.c
>> +++ b/arch/sandbox/cpu/os.c
>>
>> +#include <errno.h>
>>  #include <fcntl.h>
>> +#include <os.h>
>>  #include <stdlib.h>
>>  #include <termios.h>
>> -#include <unistd.h>
>>  #include <time.h>
>> -#include <errno.h>
>> -#include <sys/types.h>
>> -#include <sys/stat.h>
>> +#include <unistd.h>
>>  #include <sys/mman.h>
>> +#include <sys/stat.h>
>> +#include <sys/types.h>
>>  #include <linux/types.h>
>>
>> -#include <os.h>
>
> this is a u-boot header, so it should be last :)

Oh dear, I thought they were all U-Boot headers, but I think I see
what you mean.

v3 coming...

Regards,
Simon

>
> the rest look good now
> -mike
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to