X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fts_fsm.c;h=87847c2ae9e28d9330c28df80dbef75ad99206b4;hb=0b29de4a6ac0936f56b974a3c19bd9c24ac5b5d7;hp=d27c0a072940457deb3681642c607ff043b1dc50;hpb=f45727d52d1581e9ff4df9d1a12a60789ad2d1eb;p=linux-2.6-omap-h63xx.git diff --git a/lib/ts_fsm.c b/lib/ts_fsm.c index d27c0a07294..87847c2ae9e 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;