Commit ff10952a authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King

[ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h

Patch from Nicolas Pitre

... for the definition of NULL.
Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d98550e3
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _ASMARM_BUG_H #define _ASMARM_BUG_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/stddef.h>
#ifdef CONFIG_BUG #ifdef CONFIG_BUG
#ifdef CONFIG_DEBUG_BUGVERBOSE #ifdef CONFIG_DEBUG_BUGVERBOSE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment