Skip to content
Snippets Groups Projects
Commit 118a9069 authored by Rusty Russell's avatar Rusty Russell
Browse files

module: remove CONFIG_KMOD in comment after #endif

parent 5f4123be
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment