linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/19] bootwrapper: Add stddef.h to ops.h
@ 2007-03-12 20:41 Scott Wood
  2007-03-12 22:26 ` Mark A. Greer
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2007-03-12 20:41 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

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>
---
 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 cad4eee..2b569ad 100644
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -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
-- 
1.5.0.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH 00/19] cuboot bootwrapper patchset
@ 2007-02-07 23:00 Scott Wood
  2007-02-07 23:01 ` [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2007-02-07 23:00 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

I've updated the following patchset based on feedback received (and
tested on mpc83xx and pmac); please apply for 2.6.21 (or comment).

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-13  1:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12 20:41 [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood
2007-03-12 22:26 ` Mark A. Greer
2007-03-13  1:36   ` David Gibson
  -- strict thread matches above, loose matches on Subject: below --
2007-02-07 23:00 [PATCH 00/19] cuboot bootwrapper patchset Scott Wood
2007-02-07 23:01 ` [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).