Hello,
I would like to install zaptel on my machine with kernel vanilla 2.6.26 rc6, but I get this error on make:
CC [M] /zaptel-trunk/kernel/zaptel-base.o
/zaptel-trunk/kernel/zaptel-base.c: In function ‘zt_register’:
/zaptel-trunk/kernel/zaptel-base.c:5233: error: implicit declaration of function ‘class_device_create’
/zaptel-trunk/kernel/zaptel-base.c: In function ‘zt_unregister’:
/zaptel-trunk/kernel/zaptel-base.c:5288: error: implicit declaration of function ‘class_device_destroy’
make[3]: *** [/zaptel-trunk/kernel/zaptel-base.o] Error 1
make[2]: *** [_module_/zaptel-trunk/kernel] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.26rc6'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/zaptel-trunk'
make: *** [all] Error 2
I’m compiling last svn version of zaptel library (trunk)…
Thank you for any help