frv: fix fallout from "remove sched.h from mm.h" patch
authorAlexey Dobriyan <[email protected]>
Sun, 1 Jul 2007 19:06:36 +0000 (12:06 -0700)
committerLinus Torvalds <[email protected]>
Sun, 1 Jul 2007 19:29:44 +0000 (12:29 -0700)
/home/rpjday/AMD/k/topics/0_hi/hi1.c:15: error: dereferencing pointer to incomplete type
/home/rpjday/AMD/k/topics/0_hi/hi1.c:16: error: dereferencing pointer to incomplete type

Signed-off-by: Alexey Dobriyan <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-frv/pgtable.h

index 2687c77151204da45f07c300c3661b03880a94cd..114aefae2701fc83914f3114918e55ecbaa160bf 100644 (file)
@@ -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