diff options
Diffstat (limited to 'include/linux/highmem.h')
-rw-r--r-- | include/linux/highmem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/highmem.h b/include/linux/highmem.h index ea5780b518ef..ca9a602cffd7 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h | |||
@@ -98,7 +98,8 @@ static inline void memclear_highpage_flush(struct page *page, unsigned int offse | |||
98 | 98 | ||
99 | #ifndef __HAVE_ARCH_COPY_USER_HIGHPAGE | 99 | #ifndef __HAVE_ARCH_COPY_USER_HIGHPAGE |
100 | 100 | ||
101 | static inline void copy_user_highpage(struct page *to, struct page *from, unsigned long vaddr) | 101 | static inline void copy_user_highpage(struct page *to, struct page *from, |
102 | unsigned long vaddr, struct vm_area_struct *vma) | ||
102 | { | 103 | { |
103 | char *vfrom, *vto; | 104 | char *vfrom, *vto; |
104 | 105 | ||