From: Gordon H. <go...@gh...> - 2000-07-30 19:43:49
|
Giorgio Terzi wrote: > > ser_hypercom4.o: unresolved symbol unregister_serial > > ser_hypercom4.o: unresolved symbol register_serial > > > > Fred > > > > I can only answer for serial driver's code: > With IOBlix driver i found a similar problem with register_serial() > & unregister_serial() functions. > I used m68k_register_serial() & m68k_unregister_serial() instead, > interfacing myself with Roman Hodek's m68kserial driver and the problem > was solved. Yes, but unregister_serial and register_serial are in apus_setup.c. So why don't the modules see that symbol? Kind Regards, Gordon. |