Skip to content

Commit

Permalink
module: remove CONFIG_KMOD in comment after #endif
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Oct 16, 2008
1 parent 5f4123b commit 118a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 118a906

Please sign in to comment.