Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264107AbTE0Ubx (ORCPT ); Tue, 27 May 2003 16:31:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264122AbTE0Ubp (ORCPT ); Tue, 27 May 2003 16:31:45 -0400 Received: from cecchetti.com ([208.31.215.234]:59321 "EHLO cecchetti.com") by vger.kernel.org with ESMTP id S264107AbTE0Ubh (ORCPT ); Tue, 27 May 2003 16:31:37 -0400 Subject: [2.5.70-bk1] Compilation failures riscom8.c From: Adam Cecchetti To: LKML In-Reply-To: <3ED383E7.6080109@cox.net> References: <3ED383E7.6080109@cox.net> Content-Type: text/plain Message-Id: <1054068236.4657.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.92 (Preview Release) Date: 27 May 2003 16:43:57 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 597 Lines: 20 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/