summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
index f3a8370db10a..1021d58d1742 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -370,6 +370,8 @@ extern struct module *module_list;
#define EXPORT_SYMBOL_NOVERS(var) error this_object_must_be_defined_as_export_objs_in_the_Makefile
#define EXPORT_SYMBOL_GPL(var) error this_object_must_be_defined_as_export_objs_in_the_Makefile
+__asm__(".section __ksymtab,\"a\"\n.previous");
+
#else
#define __EXPORT_SYMBOL(sym, str) \