Fix module building problems
Brought to you by:
joq
I had some problems insert the module in to my kernel (2.6.18): realtime: Unknown parameter `gid'
I found out that the inclusion of commoncap.o shadows the module information from realtime.o. I changed the Makefile and the realtime.c file to fix the problems. This should also fix Bug #1598881
I also found that variable rt_any was not being initialised.
Kind regards,
Ivo van Geel
ivo.vangeel@tiscali.nl
diff file with modifications to Makefile & realtime.c