public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] module: remove CONFIG_KMOD in comment after #endif
@ 2008-10-17  3:10 Rusty Russell
  0 siblings, 0 replies; only message in thread
From: Rusty Russell @ 2008-10-17  3:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton


Signed-off-by: Rusty Russell <rusty@rustcorp.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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-16 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17  3:10 [PATCH 5/5] module: remove CONFIG_KMOD in comment after #endif Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox