commit | 118a9069f06ff591d51a3133e242f0c256ba2db7 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Oct 17 02:38:36 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Oct 17 02:38:37 2008 +1100 |
tree | eafdda824a7273c6d32d0a28db4d13e196f86ad5 | |
parent | 5f4123be3cdb1dbd77fa9d6d2bb96bb9689a0a19 [diff] |
module: remove CONFIG_KMOD in comment after #endif Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff --git a/kernel/kmod.c b/kernel/kmod.c index 2456d1a..58f9c2e 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c
@@ -113,7 +113,7 @@ return ret; } EXPORT_SYMBOL(request_module); -#endif /* CONFIG_KMOD */ +#endif /* CONFIG_MODULES */ struct subprocess_info { struct work_struct work;