diff options
Diffstat (limited to 'include/asm-sh/page.h')
-rw-r--r-- | include/asm-sh/page.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-sh/page.h b/include/asm-sh/page.h index 5e69de1eacdf..d00a8fde7c7f 100644 --- a/include/asm-sh/page.h +++ b/include/asm-sh/page.h | |||
@@ -74,10 +74,7 @@ extern void copy_page_nommu(void *to, void *from); | |||
74 | (defined(CONFIG_CPU_SH4) || defined(CONFIG_SH7705_CACHE_32KB)) | 74 | (defined(CONFIG_CPU_SH4) || defined(CONFIG_SH7705_CACHE_32KB)) |
75 | struct page; | 75 | struct page; |
76 | struct vm_area_struct; | 76 | struct vm_area_struct; |
77 | extern void clear_user_page(void *to, unsigned long address, struct page *pg); | 77 | extern void clear_user_page(void *to, unsigned long address, struct page *page); |
78 | extern void copy_user_page(void *to, void *from, unsigned long address, struct page *pg); | ||
79 | extern void __clear_user_page(void *to, void *orig_to); | ||
80 | extern void __copy_user_page(void *to, void *from, void *orig_to); | ||
81 | #ifdef CONFIG_CPU_SH4 | 78 | #ifdef CONFIG_CPU_SH4 |
82 | extern void copy_user_highpage(struct page *to, struct page *from, | 79 | extern void copy_user_highpage(struct page *to, struct page *from, |
83 | unsigned long vaddr, struct vm_area_struct *vma); | 80 | unsigned long vaddr, struct vm_area_struct *vma); |