summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-08-12 13:06:59 +0200
committerMichal Simek <monstr@monstr.eu>2010-10-21 15:51:43 +1000
commitbd3b492a29a5221fef1c24ecfd00bb335945dce9 (patch)
treebafa70718b5ce2c4909773541cb0b0616c1e78d1 /arch/microblaze
parent4e07dba7cb8c9c76a52d0e32b69f13bb583a9674 (diff)
downloadop-kernel-dev-bd3b492a29a5221fef1c24ecfd00bb335945dce9.zip
op-kernel-dev-bd3b492a29a5221fef1c24ecfd00bb335945dce9.tar.gz
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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c
index ef0ab9b..5cb0341 100644
--- a/arch/microblaze/kernel/microblaze_ksyms.c
+++ b/arch/microblaze/kernel/microblaze_ksyms.c
@@ -15,6 +15,7 @@
#include <linux/syscalls.h>
#include <asm/checksum.h>
+#include <asm/cacheflush.h>
#include <linux/io.h>
#include <asm/page.h>
#include <asm/system.h>
@@ -38,3 +39,9 @@ EXPORT_SYMBOL(__strncpy_user);
EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(memmove);
#endif
+
+#ifdef CONFIG_MMU
+EXPORT_SYMBOL(empty_zero_page);
+#endif
+
+EXPORT_SYMBOL(mbc);
OpenPOWER on IntegriCloud