EM7430 with CENTOS

Im trying to install gobi on centoc and getting following:

            from /root/37N2/GobiNet/GobiUSBNet.c:94:

include/linux/memcontrol.h: In function ‘task_in_memcg_oom’:
include/linux/memcontrol.h:141:2: warning: return makes integer from pointer without a cast [enabled by default]
return p->memcg_oom.memcg;
^
/root/37N2/GobiNet/GobiUSBNet.c: In function ‘GobiUSBNetProbe’:
/root/37N2/GobiNet/GobiUSBNet.c:2958:14: error: ‘struct net_device_ops’ has no member named ‘ndo_change_mtu’
pNetDevOps->ndo_change_mtu = GobiUSBNetChangeMTU;
^
make[2]: *** [/root/37N2/GobiNet/GobiUSBNet.o] Error 1
make[1]: *** [module/root/37N2/GobiNet] Error 2
make[1]: Leaving directory `/usr/src/kernels/3.10.0-957.27.2.el7.x86_64’
make: *** [all] Error 2