module: remove CONFIG_KMOD in comment after #endif
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 17 Oct 2008 07:38:36 +0000 (02:38 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Oct 2008 15:38:37 +0000 (02:38 +1100)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/kmod.c

index 2456d1a..58f9c2e 100644 (file)
@@ -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;