All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c
@ 2007-10-13 18:40 Al Viro
  2007-10-13 20:35   ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Al Viro @ 2007-10-13 18:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linuxppc-dev, linux-kernel

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c
index 0caa3d9..774f249 100644
--- a/arch/powerpc/platforms/52xx/lite5200.c
+++ b/arch/powerpc/platforms/52xx/lite5200.c
@@ -18,6 +18,8 @@
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/of.h>
+#include <linux/root_dev.h>
+#include <linux/initrd.h>
 #include <asm/time.h>
 #include <asm/io.h>
 #include <asm/machdep.h>

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

end of thread, other threads:[~2007-10-13 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 18:40 [PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c Al Viro
2007-10-13 20:35 ` Grant Likely
2007-10-13 20:35   ` Grant Likely
2007-10-13 20:47   ` Al Viro
2007-10-13 20:47     ` Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.