Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 20:35:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 20:35:56 -0400 Received: from dp.samba.org ([66.70.73.150]:31874 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 20:35:01 -0400 Date: Tue, 8 Oct 2002 10:40:31 +1000 From: David Gibson To: Wichert Akkerman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.5.41 orinoco_cs.c compile failure Message-ID: <20021008004031.GB32555@zax> Mail-Followup-To: David Gibson , Wichert Akkerman , linux-kernel@vger.kernel.org References: <20021007210817.GD14953@wiggy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021007210817.GD14953@wiggy.net> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 28 On Mon, Oct 07, 2002 at 11:08:17PM +0200, Wichert Akkerman wrote: > Compile fails since orinoco_cs.c tries to use the no longer existing > linux/tqueue.h header. Patch below seems to fix it. Appears to be fixed already. > +++ drivers/net/wireless/orinoco_cs.c 2002-10-07 23:04:16.000000000 +0200 > @@ -32,7 +32,7 @@ > #include > #include > #include > -#include > +#include > > #include > #include > -- David Gibson | For every complex problem there is a david@gibson.dropbear.id.au | solution which is simple, neat and | wrong. http://www.ozlabs.org/people/dgibson - 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/