]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h
authorNicolas Pitre <nico@cam.org>
Fri, 5 May 2006 14:11:14 +0000 (15:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 5 May 2006 14:11:14 +0000 (15:11 +0100)
Patch from Nicolas Pitre

... for the definition of NULL.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/bug.h

index 7fb02138f585985dd810407a82a8643bb3874d9f..5ab8216f5204aa7f204cd5b34fffb228428ff618 100644 (file)
@@ -2,6 +2,7 @@
 #define _ASMARM_BUG_H
 
 #include <linux/config.h>
+#include <linux/stddef.h>
 
 #ifdef CONFIG_BUG
 #ifdef CONFIG_DEBUG_BUGVERBOSE