[U-Boot] [PATCH v2 02/13] include: Add generic bitops headers

Fabio Estevam festevam at gmail.com
Sun Oct 25 17:54:27 CET 2015


Hi Jagan,

On Sun, Oct 25, 2015 at 2:28 PM, Fabio Estevam <festevam at gmail.com> wrote:
> On Sun, Oct 25, 2015 at 4:50 AM, Jagan Teki <jteki at openedev.com> wrote:
>> Hi Febio,
>>
>> You replaced __always_inline to inline any specific reason? found
>> __always_inline at some parts of header in code. But my compilation is
>> not-smooth with this.
>
> Yes, if I use the original __always_inline I get the following when
> building for ARM:

Ok, this was caused by a lack of "#include <linux/compiler.h>".

Will fix it in v3, thanks.


More information about the U-Boot mailing list