Skip to content

Commit

Permalink
[ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Pitre authored and Russell King committed May 5, 2006
1 parent d98550e commit ff10952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-arm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _ASMARM_BUG_H

#include <linux/config.h>
#include <linux/stddef.h>

#ifdef CONFIG_BUG
#ifdef CONFIG_DEBUG_BUGVERBOSE
Expand Down

0 comments on commit ff10952

Please sign in to comment.