Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 118a9069 authored by Rusty Russell's avatar Rusty Russell
Browse files

module: remove CONFIG_KMOD in comment after #endif

parent 5f4123be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;