[PATCH] ARM: Remove BUILD_BUG_ON from asm/bug.h

Simon Glass sjg at chromium.org
Tue Jan 3 14:50:13 EST 2012


Hi Olof,

On Tue, Jan 3, 2012 at 11:39 AM, Olof Johansson <olof at lixom.net> wrote:
> On Tue, Jan 3, 2012 at 10:44 AM, Simon Glass <sjg at chromium.org> wrote:
>> BUILD_BUG_ON is defined in linux/kernel.h but that is not included by the
>> asm/bug.h header which uses it. This causes a build error:
>>
>> ...include/linux/mtd/map.h: In function 'inline_map_read':
>> ...include/linux/mtd/map.h:408:3: error: implicit declaration of function
>> 'BUILD_BUG_ON' [-Werror=implicit-function-declaration]
>>
>> The check is not essential and is not present for other architectures, so
>> just remove it.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>
> Acked-by: Olof Johansson <olof at lixom.net>
>
> Simon, have you sent it to Russell's patch tracker? If not, please do.

Done

Regards,
Simon

>
>
> -Olof



More information about the linux-arm-kernel mailing list