diff options
Diffstat (limited to 'arch/arm/lib/uaccess_with_memcpy.c')
-rw-r--r-- | arch/arm/lib/uaccess_with_memcpy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/lib/uaccess_with_memcpy.c b/arch/arm/lib/uaccess_with_memcpy.c index 6bd1089b07e0..1626e3a551a1 100644 --- a/arch/arm/lib/uaccess_with_memcpy.c +++ b/arch/arm/lib/uaccess_with_memcpy.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/gfp.h> | 19 | #include <linux/gfp.h> |
20 | #include <linux/highmem.h> | 20 | #include <linux/highmem.h> |
21 | #include <linux/hugetlb.h> | 21 | #include <linux/hugetlb.h> |
22 | #include <linux/export.h> | ||
22 | #include <asm/current.h> | 23 | #include <asm/current.h> |
23 | #include <asm/page.h> | 24 | #include <asm/page.h> |
24 | 25 | ||
@@ -156,6 +157,7 @@ arm_copy_to_user(void __user *to, const void *from, unsigned long n) | |||
156 | } | 157 | } |
157 | return n; | 158 | return n; |
158 | } | 159 | } |
160 | EXPORT_SYMBOL(arm_copy_to_user); | ||
159 | 161 | ||
160 | static unsigned long noinline | 162 | static unsigned long noinline |
161 | __clear_user_memset(void __user *addr, unsigned long n) | 163 | __clear_user_memset(void __user *addr, unsigned long n) |
@@ -213,6 +215,7 @@ unsigned long arm_clear_user(void __user *addr, unsigned long n) | |||
213 | } | 215 | } |
214 | return n; | 216 | return n; |
215 | } | 217 | } |
218 | EXPORT_SYMBOL(arm_clear_user); | ||
216 | 219 | ||
217 | #if 0 | 220 | #if 0 |
218 | 221 | ||