|
@@ -451,7 +451,7 @@ int module_kallsyms_on_each_symbol(int (*fn)(void *, const char *,
|
|
|
|
|
|
extern void __module_put_and_exit(struct module *mod, long code)
|
|
|
__attribute__((noreturn));
|
|
|
-#define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code);
|
|
|
+#define module_put_and_exit(code) __module_put_and_exit(THIS_MODULE, code)
|
|
|
|
|
|
#ifdef CONFIG_MODULE_UNLOAD
|
|
|
unsigned long module_refcount(struct module *mod);
|