diff options
Diffstat (limited to 'arch/arm/kernel/armksyms.c')
-rw-r--r-- | arch/arm/kernel/armksyms.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c index c74f766ffc12..531e1860e546 100644 --- a/arch/arm/kernel/armksyms.c +++ b/arch/arm/kernel/armksyms.c | |||
@@ -8,6 +8,7 @@ | |||
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/sched.h> | ||
11 | #include <linux/string.h> | 12 | #include <linux/string.h> |
12 | #include <linux/cryptohash.h> | 13 | #include <linux/cryptohash.h> |
13 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
@@ -115,6 +116,8 @@ EXPORT_SYMBOL(__strnlen_user); | |||
115 | EXPORT_SYMBOL(__strncpy_from_user); | 116 | EXPORT_SYMBOL(__strncpy_from_user); |
116 | 117 | ||
117 | #ifdef CONFIG_MMU | 118 | #ifdef CONFIG_MMU |
119 | EXPORT_SYMBOL(copy_page); | ||
120 | |||
118 | EXPORT_SYMBOL(__copy_from_user); | 121 | EXPORT_SYMBOL(__copy_from_user); |
119 | EXPORT_SYMBOL(__copy_to_user); | 122 | EXPORT_SYMBOL(__copy_to_user); |
120 | EXPORT_SYMBOL(__clear_user); | 123 | EXPORT_SYMBOL(__clear_user); |
@@ -181,8 +184,6 @@ EXPORT_SYMBOL(_find_first_bit_be); | |||
181 | EXPORT_SYMBOL(_find_next_bit_be); | 184 | EXPORT_SYMBOL(_find_next_bit_be); |
182 | #endif | 185 | #endif |
183 | 186 | ||
184 | EXPORT_SYMBOL(copy_page); | ||
185 | |||
186 | #ifdef CONFIG_FUNCTION_TRACER | 187 | #ifdef CONFIG_FUNCTION_TRACER |
187 | EXPORT_SYMBOL(mcount); | 188 | EXPORT_SYMBOL(mcount); |
188 | #endif | 189 | #endif |