summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Dobriyan2007-07-01 21:06:36 +0200
committerLinus Torvalds2007-07-01 21:29:44 +0200
commit95203aec21fcdff1f1fa5480a597d02416aa0a63 (patch)
tree3fe5b9bbe7e9824bd30709e349d3ea687b74aeb1 /include
parentSLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release (diff)
downloadkernel-qcow2-linux-95203aec21fcdff1f1fa5480a597d02416aa0a63.tar.gz
kernel-qcow2-linux-95203aec21fcdff1f1fa5480a597d02416aa0a63.tar.xz
kernel-qcow2-linux-95203aec21fcdff1f1fa5480a597d02416aa0a63.zip
frv: fix fallout from "remove sched.h from mm.h" patch
/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 <adobriyan@sw.ru> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-frv/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/pgtable.h b/include/asm-frv/pgtable.h
index 2687c7715120..114aefae2701 100644
--- 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