]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 2456d1a0befbd45b91cd7cb7a97ae6d2fb270c4c..58f9c2ed36be96182955c309d635cdedf70d6fde 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;