Trying to compile module i get following errors:
(my system FC6 x86_64 with lm_sensors 2.10.3, kernel 2.6.21.1 (vanila from kernel.org)
can't really tell what is going on, as i'm no programmer
appended error:
---------------------
make
make -C /lib/modules/2.6.21.1/source O=/lib/modules/2.6.21.1/build SUBDIRS=/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src modules
make[1]: Entering directory `/usr/src/linux-2.6.21.1'
CC [M] /home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.o
/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.c:231:37: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.c: In function ‘init_heci_device’:
/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.c:231: error: ‘INIT_WORK’ undeclared (first use in this function)
/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.c:231: error: (Each undeclared identifier is reported only once
/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.c:231: error: for each function it appears in.)
make[3]: *** [/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src/heci_init.o] Error 1
make[2]: *** [_module_/home/1-inst/3-Utils/6-other/heci-2.1.21.1032/src] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.21.1'
make: *** [default] Error 2
=========================================================
thanks
denis