[U-Boot] [PATCH v3 01/21] sandbox: Add architecture header files

Simon Glass sjg at chromium.org
Tue Oct 4 02:10:16 CEST 2011


Hi Mike,

On Sun, Oct 2, 2011 at 10:56 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Monday, September 26, 2011 20:10:35 Simon Glass wrote:
>> --- a/include/linux/string.h
>> +++ b/include/linux/string.h
>> @@ -1,6 +1,8 @@
>>  #ifndef _LINUX_STRING_H_
>>  #define _LINUX_STRING_H_
>>
>> +#include <linux/string.h>
>> +
>>  #include <linux/types.h>     /* for size_t */
>>  #include <linux/stddef.h>    /* for NULL */
>
> hmm, this can't be right ...
> -mike
>

No, it is not - and odd that it compiles. I will fix.

Regards,
Simon


More information about the U-Boot mailing list