On Tuesday 29 Apr 2003 17:55, Alvaro Barbosa G. wrote: > Hello all, > > Could someone point me in the right direccion regarding the above > errors, I keep getting these errors, I'm using: > rh9-kernel-2.4.0.9 > gcc-3.2.2-5 I'm sure they won't ship 2.4.0... may be it's 2.4.19. ... > drivers/char/riscom8.h:88: field `tqueue' has incomplete type > drivers/char/riscom8.h:89: field `tqueue_hangup' has incomplete type > drivers/char/riscom8.c:84: warning: type defaults to `int' in > declaration of `DECLARE_TASK_QUEUE' > drivers/char/riscom8.c:84: warning: parameter names (without types) Looks like they've patched the kernel to replace taskqueues with workqueues. If you don't need these drivers, disable support for them in the 'character devices' option when you do 'make xconfig'. Disable support for riscom8. If you do need the driver, use the vanilla 2.4 kernel from http://www.kernel.org, there's no fix for the riscom8 drivers for the new workqueue interface AFAIK. Amit. -- Amit Shah http://amitshah.nav.to/ A: No. Q: Should I include quotations after my reply? -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/