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
visdn-0.15.0-kernel-2.6.17+.patch
Description: Binary data
_______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
