Messages in this thread |  | | Subject | [2.5.70-bk1] Compilation failures riscom8.c | From | Adam Cecchetti <> | Date | 27 May 2003 16:43:57 -0400 |
| |
drivers/char/riscom8.h line 85: struct tq_struct tqueue; line 86: struct tq_struct tqueue_hangup;
I can't find where/what tq_struct should be declared >From looking at simular drivers should tq_struct be work_struct?
drivers/char/riscom8.c line 349: mark_bh(RISCOM8_BH); line 1707: init_bh(RISCOM8_BH, do_riscom_bh); RISCOM8_BH is also missing
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |