[PATCH 5/5] module: remove CONFIG_KMOD in comment after #endif

From: Rusty Russell
Date: Thu Oct 16 2008 - 07:13:32 EST



Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
---
kernel/kmod.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -r da342255f684 kernel/kmod.c
--- a/kernel/kmod.c Mon Aug 25 14:28:49 2008 +1000
+++ b/kernel/kmod.c Mon Aug 25 14:31:44 2008 +1000
@@ -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;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/