Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 2 Oct 2002 10:38:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 2 Oct 2002 10:38:18 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.106]:62199 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id ; Wed, 2 Oct 2002 10:38:17 -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: 02 Oct 2002 09:39:45 -0500 Message-Id: <1033569586.28106.3.camel@plars> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 27 The ips.c driver wasn't compiling and broke my nightly run last night. It doesn't look like they were even using task queues though, so removing the include fixed it. Tested that it compiles and boots with this. Please apply. -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/