summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRusty Russell2008-10-17 09:38:36 +0200
committerRusty Russell2008-10-16 17:38:37 +0200
commit118a9069f06ff591d51a3133e242f0c256ba2db7 (patch)
treeeafdda824a7273c6d32d0a28db4d13e196f86ad5
parentremove CONFIG_KMOD from fs (diff)
downloadkernel-qcow2-linux-118a9069f06ff591d51a3133e242f0c256ba2db7.tar.gz
kernel-qcow2-linux-118a9069f06ff591d51a3133e242f0c256ba2db7.tar.xz
kernel-qcow2-linux-118a9069f06ff591d51a3133e242f0c256ba2db7.zip
module: remove CONFIG_KMOD in comment after #endif
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r--kernel/kmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c
index 2456d1a0befb..58f9c2ed36be 100644
--- a/kernel/kmod.c
+++ b/kernel/kmod.c
@@ -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;