commit | a1ef5adb4cad43460ebba23c5a78cf4a55bb6a5b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Jul 08 19:00:17 2008 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jul 22 19:24:31 2008 +1000 |
tree | 1556b41ff7a03a6941cb363d97204bfef501f9c4 | |
parent | a00caa1fa954c734f4214a074727a329a9ba6568 [diff] [blame] |
remove CONFIG_KMOD from core kernel code Always compile request_module when the kernel allows modules. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff --git a/kernel/kmod.c b/kernel/kmod.c index 8df97d3..90d7af1 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c
@@ -42,7 +42,7 @@ static struct workqueue_struct *khelper_wq; -#ifdef CONFIG_KMOD +#ifdef CONFIG_MODULES /* modprobe_path is set via /proc/sys.