All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc32: fix init.c allnoconfig build error
@ 2008-07-09 10:52 Robert Reif
  2008-07-15  5:57 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Reif @ 2008-07-09 10:52 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]

Fix allnoconfig build error.

Signed-off-by: Robert Reif <reif@earthlink.net>

[-- Attachment #2: init.diff.txt --]
[-- Type: text/plain, Size: 347 bytes --]

diff --git a/arch/sparc/mm/init.c b/arch/sparc/mm/init.c
index 7794ecb..a938467 100644
--- a/arch/sparc/mm/init.c
+++ b/arch/sparc/mm/init.c
@@ -22,6 +22,7 @@ #include <linux/initrd.h>
 #include <linux/init.h>
 #include <linux/highmem.h>
 #include <linux/bootmem.h>
+#include <linux/pagemap.h>
 
 #include <asm/system.h>
 #include <asm/vac-ops.h>

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

end of thread, other threads:[~2008-07-15  5:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-09 10:52 [PATCH] sparc32: fix init.c allnoconfig build error Robert Reif
2008-07-15  5:57 ` David Miller

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.