diff options
author | Nicolas Pitre <nico@cam.org> | 2006-05-05 15:11:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-05-05 15:11:14 +0100 |
commit | ff10952a547dad934d9ed9afc5cf579ed1ccb53a (patch) | |
tree | 1dda301b204967e8a4da0c9a28e42601f4881788 /include | |
parent | d98550e334715b2d9e45f8f0f4e1608720108640 (diff) | |
download | linux-stable-ff10952a547dad934d9ed9afc5cf579ed1ccb53a.tar.gz linux-stable-ff10952a547dad934d9ed9afc5cf579ed1ccb53a.tar.bz2 linux-stable-ff10952a547dad934d9ed9afc5cf579ed1ccb53a.zip |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/bug.h b/include/asm-arm/bug.h index 7fb02138f585..5ab8216f5204 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 |