Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 17:36:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 17:36:11 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.104]:28324 "EHLO e4.ny.us.ibm.com") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 17:36:10 -0400 Subject: [Trivial 2.5 patch] ips.c remove tqueue.h From: Paul Larson To: Linus Torvalds , lkml Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 07 Oct 2002 16:36:26 -0500 Message-Id: <1034026587.15180.52.camel@plars> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 758 Lines: 25 It looks like the ips.c driver is still broken in 2.5.41 because of the task queue removal. Could you please apply this trivial patch so that my nightly tests of the bk snapshot will run? Thanks, Paul Larson --- linux-2.5/drivers/scsi/ips.c Thu Aug 22 12:02:43 2002 +++ linux-ipswq/drivers/scsi/ips.c Wed Oct 2 10:00:50 2002 @@ -164,7 +164,6 @@ #include #include #include -#include #include #include - 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/