summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/module.h')
-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 1455812dd325..b3611e749f72 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -280,6 +280,8 @@ struct notifier_block;
280 280
281#ifdef CONFIG_MODULES 281#ifdef CONFIG_MODULES
282 282
283#define MODULE_IMPORT_NS(ns) MODULE_INFO(import_ns, #ns)
284
283extern int modules_disabled; /* for sysctl */ 285extern int modules_disabled; /* for sysctl */
284/* Get/put a kernel symbol (calls must be symmetric) */ 286/* Get/put a kernel symbol (calls must be symmetric) */
285void *__symbol_get(const char *symbol); 287void *__symbol_get(const char *symbol);