]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/kmod.c
module: remove CONFIG_KMOD in comment after #endif
[linux-2.6-omap-h63xx.git] / 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;