X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=kernel%2Fkmod.c;h=3d3c3ea3a023376f2ecf8c16b6c89aed39da67f4;hb=5a209c2d58e70f9bc415b9cdf0e3b9aaefb70371;hp=ab7dd08472fce4c56311f29d7d3920a4e3bbd500;hpb=65ae24b1811650f2bc5b0b85ea8b0bff6b5bf4a9;p=linux-2.6-omap-h63xx.git diff --git a/kernel/kmod.c b/kernel/kmod.c index ab7dd08472f..3d3c3ea3a02 100644 --- 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;