Logged In: NO

sed -i 's:MODULE_PARM(\([^,]*\),"i");:module_param(\1, int,
0);:' r8180_core.c

This sed should allow you to compile and install the r8180
module.