mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 23:54:04 +08:00
module: remove CONFIG_KMOD in comment after #endif
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
5f4123be3c
commit
118a9069f0
@ -113,7 +113,7 @@ int request_module(const char *fmt, ...)
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL(request_module);
|
||||
#endif /* CONFIG_KMOD */
|
||||
#endif /* CONFIG_MODULES */
|
||||
|
||||
struct subprocess_info {
|
||||
struct work_struct work;
|
||||
|
Loading…
Reference in New Issue
Block a user