Commit bd3b492a authored by Michal Simek's avatar Michal Simek

microblaze: Export missing symbols for modules

Several kernel modules requires empty_zero_page and mbc
to be exported.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4e07dba7
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <linux/syscalls.h> #include <linux/syscalls.h>
#include <asm/checksum.h> #include <asm/checksum.h>
#include <asm/cacheflush.h>
#include <linux/io.h> #include <linux/io.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/system.h> #include <asm/system.h>
...@@ -38,3 +39,9 @@ EXPORT_SYMBOL(__strncpy_user); ...@@ -38,3 +39,9 @@ EXPORT_SYMBOL(__strncpy_user);
EXPORT_SYMBOL(memcpy); EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(memmove); EXPORT_SYMBOL(memmove);
#endif #endif
#ifdef CONFIG_MMU
EXPORT_SYMBOL(empty_zero_page);
#endif
EXPORT_SYMBOL(mbc);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment