Explorar o código

module: remove CONFIG_KMOD in comment after #endif

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell %!s(int64=16) %!d(string=hai) anos
pai
achega
118a9069f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/kmod.c

+ 1 - 1
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;