[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081016111214.717CDDDFB0@ozlabs.org>
Date: Thu Oct 16 22:10:38 EST 2008
From: Rusty Russell <rusty@...tcorp.com.au>
To: linux-kernel@...r.kernel.org
CC: Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 5/5] module: remove CONFIG_KMOD in comment after #endif
Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists