]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[POWERPC] bootwrapper: Add stddef.h to ops.h
authorScott Wood <scottwood@freescale.com>
Mon, 12 Mar 2007 20:41:38 +0000 (14:41 -0600)
committerPaul Mackerras <paulus@samba.org>
Tue, 13 Mar 2007 10:15:42 +0000 (21:15 +1100)
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>
arch/powerpc/boot/ops.h

index cad4eee599fbf824c33b582936ff9f1502f881c0..2b569ad984bdfc8c3ddb187d4b08a60640256722 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef _PPC_BOOT_OPS_H_
 #define _PPC_BOOT_OPS_H_
 
+#include <stddef.h>
 #include "types.h"
 
 #define        COMMAND_LINE_SIZE       512