X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fts_fsm.c;h=87847c2ae9e28d9330c28df80dbef75ad99206b4;hb=b98adfccdf5f8dd34ae56a2d5adbe2c030bd4674;hp=d27c0a072940457deb3681642c607ff043b1dc50;hpb=31151ba2cef171344beac254e65bd7e00138bb0d;p=linux-2.6 diff --git a/lib/ts_fsm.c b/lib/ts_fsm.c index d27c0a0729..87847c2ae9 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, - int gfp_mask) + gfp_t gfp_mask) { int i, err = -EINVAL; struct ts_config *conf;