kernel module unresolved symbol



We are coding a kernel module for 2.2.26 version, we include <linux/
string.h> but as soon as we load the module, insmod ourmod.o, we get
unresolved symbol strchr, who can help us?

thanks
.



Relevant Pages