diff options
author | Scott Wood <scottwood@freescale.com> | 2007-03-12 16:41:38 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-13 06:15:42 -0400 |
commit | ce3edb30ec2b6350c4258e3d52e73b410e2ea12d (patch) | |
tree | d5d77f9a760bb4c665aec8daef2ed5ca09e12127 /arch/powerpc/boot/ops.h | |
parent | cd197ffcf10bcc1a260efe5c09a3188fd9228c83 (diff) |
[POWERPC] bootwrapper: Add stddef.h to ops.h
ops.h references NULL, so include stddef.h, so files including ops.h
don't have to.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Mark A. Greer <mgreer@mvista.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index cad4eee599fb..2b569ad984bd 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #ifndef _PPC_BOOT_OPS_H_ | 11 | #ifndef _PPC_BOOT_OPS_H_ |
12 | #define _PPC_BOOT_OPS_H_ | 12 | #define _PPC_BOOT_OPS_H_ |
13 | 13 | ||
14 | #include <stddef.h> | ||
14 | #include "types.h" | 15 | #include "types.h" |
15 | 16 | ||
16 | #define COMMAND_LINE_SIZE 512 | 17 | #define COMMAND_LINE_SIZE 512 |