aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-05-05 15:11:14 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-05-05 15:11:14 +0100
commitff10952a547dad934d9ed9afc5cf579ed1ccb53a (patch)
tree1dda301b204967e8a4da0c9a28e42601f4881788 /include
parentd98550e334715b2d9e45f8f0f4e1608720108640 (diff)
[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 <nico@cam.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/bug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/bug.h b/include/asm-arm/bug.h
index 7fb02138f58..5ab8216f520 100644
--- a/include/asm-arm/bug.h
+++ b/include/asm-arm/bug.h
@@ -2,6 +2,7 @@
#define _ASMARM_BUG_H
#include <linux/config.h>
+#include <linux/stddef.h>
#ifdef CONFIG_BUG
#ifdef CONFIG_DEBUG_BUGVERBOSE