X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fts_fsm.c;h=87847c2ae9e28d9330c28df80dbef75ad99206b4;hb=bd314d976e22e82c55e96603804ed7cb0514d252;hp=ef9779e005062d79de05f00cff7c0aa1ee3a24a3;hpb=3d2aef668920e8d93b77f145f8f647f62abe75db;p=pandora-kernel.git diff --git a/lib/ts_fsm.c b/lib/ts_fsm.c index ef9779e00506..87847c2ae9e2 100644 --- a/lib/ts_fsm.c +++ b/lib/ts_fsm.c @@ -26,7 +26,6 @@ * however while in strict mode the average runtime can be better. */ -#include #include #include #include @@ -258,7 +257,7 @@ found_match: } static struct ts_config *fsm_init(const void *pattern, unsigned int len, - unsigned int __nocast gfp_mask) + gfp_t gfp_mask) { int i, err = -EINVAL; struct ts_config *conf;