[2.5.70-bk1] Compilation failures riscom8.c

From: Adam Cecchetti (adam@cecchetti.com)
Date: Tue May 27 2003 - 15:49:49 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/