From: Nicolas Pitre Date: Fri, 5 May 2006 14:11:14 +0000 (+0100) Subject: [ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h X-Git-Tag: v3.12-rc1~36262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff10952a547dad934d9ed9afc5cf579ed1ccb53a;p=kernel%2Fkernel-generic.git [ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h Patch from Nicolas Pitre ... for the definition of NULL. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- diff --git a/include/asm-arm/bug.h b/include/asm-arm/bug.h index 7fb0213..5ab8216 100644 --- a/include/asm-arm/bug.h +++ b/include/asm-arm/bug.h @@ -2,6 +2,7 @@ #define _ASMARM_BUG_H #include +#include #ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE