Logged In: NO

line 939 is:

int ret u8 * buf;

Add a ";" after "ret"

int ret; u8 * buf;

then the module will be build