public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch
@ 2007-06-28 14:09 Alexey Dobriyan
  2007-06-28 22:12 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Dobriyan @ 2007-06-28 14:09 UTC (permalink / raw)
  To: dhowells; +Cc: linux-kernel, akpm

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 include/asm-frv/pgtable.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/asm-frv/pgtable.h
+++ b/include/asm-frv/pgtable.h
@@ -25,7 +25,7 @@
 #include <linux/slab.h>
 #include <linux/list.h>
 #include <linux/spinlock.h>
-struct mm_struct;
+#include <linux/sched.h>
 struct vm_area_struct;
 #endif
 


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

end of thread, other threads:[~2007-06-29 20:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-28 14:09 [PATCH] frv: fix fallout from "remove sched.h from mm.h" patch Alexey Dobriyan
2007-06-28 22:12 ` Andrew Morton
2007-06-29 13:10   ` Robert P. J. Day
2007-06-29 14:58     ` Alexey Dobriyan
2007-06-29 15:34       ` Robert P. J. Day
2007-06-29 20:51     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox