sysctl extern cleanup: module
[platform/adaptation/renesas_rcar/renesas_kernel.git] / include / linux / module.h
index dd618eb..5e869ff 100644 (file)
@@ -175,6 +175,7 @@ struct notifier_block;
 
 #ifdef CONFIG_MODULES
 
+extern int modules_disabled; /* for sysctl */
 /* Get/put a kernel symbol (calls must be symmetric) */
 void *__symbol_get(const char *symbol);
 void *__symbol_get_gpl(const char *symbol);