From: Rusty Russell Date: Fri, 17 Oct 2008 07:38:36 +0000 (-0500) Subject: module: remove CONFIG_KMOD in comment after #endif X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=118a9069f06ff591d51a3133e242f0c256ba2db7;p=deliverable%2Flinux.git module: remove CONFIG_KMOD in comment after #endif Signed-off-by: Rusty Russell --- diff --git a/kernel/kmod.c b/kernel/kmod.c index 2456d1a0befb..58f9c2ed36be 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c @@ -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;