diff --git a/[refs] b/[refs] index d99f726afdb5..7733942645c4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 184b6c7682e484032e3f845eef5db26e72681d6f +refs/heads/master: a00caa1fa954c734f4214a074727a329a9ba6568 diff --git a/trunk/lib/textsearch.c b/trunk/lib/textsearch.c index 4b7c6075256f..9fbcb44c554f 100644 --- a/trunk/lib/textsearch.c +++ b/trunk/lib/textsearch.c @@ -267,7 +267,7 @@ struct ts_config *textsearch_prepare(const char *algo, const void *pattern, return ERR_PTR(-EINVAL); ops = lookup_ts_algo(algo); -#ifdef CONFIG_KMOD +#ifdef CONFIG_MODULES /* * Why not always autoload you may ask. Some users are * in a situation where requesting a module may deadlock,