diff options
-rw-r--r-- | include/asm-frv/pgtable.h | 2 |
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 @@ | |||
25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
26 | #include <linux/list.h> | 26 | #include <linux/list.h> |
27 | #include <linux/spinlock.h> | 27 | #include <linux/spinlock.h> |
28 | struct mm_struct; | 28 | #include <linux/sched.h> |
29 | struct vm_area_struct; | 29 | struct vm_area_struct; |
30 | #endif | 30 | #endif |
31 | 31 | ||