diff options
author | Michal Simek <monstr@monstr.eu> | 2010-08-12 07:06:59 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 01:51:43 -0400 |
commit | bd3b492a29a5221fef1c24ecfd00bb335945dce9 (patch) | |
tree | bafa70718b5ce2c4909773541cb0b0616c1e78d1 /arch/microblaze | |
parent | 4e07dba7cb8c9c76a52d0e32b69f13bb583a9674 (diff) |
microblaze: Export missing symbols for modules
Several kernel modules requires empty_zero_page and mbc
to be exported.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/kernel/microblaze_ksyms.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c index ef0ab9bb15c1..5cb034174005 100644 --- a/arch/microblaze/kernel/microblaze_ksyms.c +++ b/arch/microblaze/kernel/microblaze_ksyms.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/syscalls.h> | 15 | #include <linux/syscalls.h> |
16 | 16 | ||
17 | #include <asm/checksum.h> | 17 | #include <asm/checksum.h> |
18 | #include <asm/cacheflush.h> | ||
18 | #include <linux/io.h> | 19 | #include <linux/io.h> |
19 | #include <asm/page.h> | 20 | #include <asm/page.h> |
20 | #include <asm/system.h> | 21 | #include <asm/system.h> |
@@ -38,3 +39,9 @@ EXPORT_SYMBOL(__strncpy_user); | |||
38 | EXPORT_SYMBOL(memcpy); | 39 | EXPORT_SYMBOL(memcpy); |
39 | EXPORT_SYMBOL(memmove); | 40 | EXPORT_SYMBOL(memmove); |
40 | #endif | 41 | #endif |
42 | |||
43 | #ifdef CONFIG_MMU | ||
44 | EXPORT_SYMBOL(empty_zero_page); | ||
45 | #endif | ||
46 | |||
47 | EXPORT_SYMBOL(mbc); | ||