Arne Brutschy wrote:
> Hello,
> 
> the kernel guys changed the notifier chain interface recently. If you
> have problems like
> 
>     [...]/modules/core/core_main.c:80: warning: implicit declaration of
>     function �notifier_chain_register�
> 
> during the compilation of visdn or unresolved symbols when trying to
> load the visdn_core module, apply the attached patch.
> 
> For developers:
> See [1] for further information. I simply choose the raw chain type,
> as it's the old interface with a new name. Depending on the context
> you should decide if atomic or blocking is the right chain for visdn -
> I couldn't decide this, as I have no clue about visdn.. :)
> 
> [1] http://www.gatago.com/linux/kernel/6131250.html
> 
> 

After the patch, now the compilation stops here (see below), any clue?
thanks

CC [M]  /usr/src/visdn-head/modules/vgsm/card.o
/usr/src/visdn-head/modules/vgsm/card.c: In function
'vgsm_handle_serial_int':
/usr/src/visdn-head/modules/vgsm/card.c:475: error: 'struct tty_struct'
has no member named 'flip'
make[5]: *** [/usr/src/visdn-head/modules/vgsm/card.o] Error 1
make[4]: *** [/usr/src/visdn-head/modules/vgsm] Error 2
make[3]: *** [_module_/usr/src/visdn-head/modules] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.17-1-k7'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/visdn-head/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/visdn-head'
make: *** [all] Error 2
meucci:/usr/src/visdn-head#

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to