projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4123b
)
module: remove CONFIG_KMOD in comment after #endif
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 17 Oct 2008 07:38:36 +0000
(
02:38
-0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 16 Oct 2008 15:38:37 +0000
(
02:38
+1100)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/kmod.c
patch
|
blob
|
history
diff --git
a/kernel/kmod.c
b/kernel/kmod.c
index 2456d1a0befbd45b91cd7cb7a97ae6d2fb270c4c..58f9c2ed36be96182955c309d635cdedf70d6fde 100644
(file)
--- a/
kernel/kmod.c
+++ b/
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;