X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fts_kmp.c;h=7fd45451b44a61e95371008305e6caa87b959a55;hb=98e4c28b7ec390c2dad6a4c69d69629c0f7e8b10;hp=e45f0f0c2379683104c43cc16c01b5564bc941cf;hpb=9aec247d3b213f3c29cfba921cf11deb1ed513cd;p=pandora-kernel.git diff --git a/lib/ts_kmp.c b/lib/ts_kmp.c index e45f0f0c2379..7fd45451b44a 100644 --- a/lib/ts_kmp.c +++ b/lib/ts_kmp.c @@ -87,7 +87,7 @@ static inline void compute_prefix_tbl(const u8 *pattern, unsigned int len, } static struct ts_config *kmp_init(const void *pattern, unsigned int len, - unsigned int __nocast gfp_mask) + gfp_t gfp_mask) { struct ts_config *conf; struct ts_kmp *kmp;