Commit 118a9069 authored by Rusty Russell's avatar Rusty Russell

module: remove CONFIG_KMOD in comment after #endif

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 5f4123be
...@@ -113,7 +113,7 @@ int request_module(const char *fmt, ...) ...@@ -113,7 +113,7 @@ int request_module(const char *fmt, ...)
return ret; return ret;
} }
EXPORT_SYMBOL(request_module); EXPORT_SYMBOL(request_module);
#endif /* CONFIG_KMOD */ #endif /* CONFIG_MODULES */
struct subprocess_info { struct subprocess_info {
struct work_struct work; struct work_struct work;
......
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