All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -queue] MIPS: fix HIGHMEM build error
@ 2010-02-20 12:23 Yoichi Yuasa
  2010-02-22 20:22 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2010-02-20 12:23 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

arch/mips/mm/highmem.c: In function 'kmap_init':
arch/mips/mm/highmem.c:130: error: 'init_mm' undeclared (first use in this function)
arch/mips/mm/highmem.c:130: error: (Each undeclared identifier is reported only once
arch/mips/mm/highmem.c:130: error: for each function it appears in.)

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/mm/highmem.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/mm/highmem.c b/arch/mips/mm/highmem.c
index e274fda..127d732 100644
--- a/arch/mips/mm/highmem.c
+++ b/arch/mips/mm/highmem.c
@@ -1,5 +1,6 @@
 #include <linux/module.h>
 #include <linux/highmem.h>
+#include <linux/sched.h>
 #include <linux/smp.h>
 #include <asm/fixmap.h>
 #include <asm/tlbflush.h>
-- 
1.7.0

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

* Re: [PATCH -queue] MIPS: fix HIGHMEM build error
  2010-02-20 12:23 [PATCH -queue] MIPS: fix HIGHMEM build error Yoichi Yuasa
@ 2010-02-22 20:22 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2010-02-22 20:22 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Sat, Feb 20, 2010 at 09:23:22PM +0900, Yoichi Yuasa wrote:

Applied but to the mainline, not queue.

Thanks,

   Ralf

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

end of thread, other threads:[~2010-02-22 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 12:23 [PATCH -queue] MIPS: fix HIGHMEM build error Yoichi Yuasa
2010-02-22 20:22 ` Ralf Baechle

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.