Hallo,
After updating to 2.4.29 i get unresolved symboles in usbserial.o
Using /lib/modules/2.4.29/kernel/drivers/usb/serial/usbserial.o
/lib/modules/2.4.29/kernel/drivers/usb/serial/usbserial.o: unresolved symbol
tty_ldisc_ref
/lib/modules/2.4.29/kernel/drivers/usb/serial/usbserial.o: unresolved symbol
tty_ldisc_deref
This symbols are in my kernel and not in an other module.
I think it is because this symbols are exported with
EXPORT_SYMBOL_GPL(tty_ldisc_ref);
and not with EXPORT_SYMBOL(tty_ldisc_ref);
Can this be because drivers/char/tty_io.c dont use a MODULE_LICENSE("GPL"); ?
--
MFG Gernot
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel