Re: [PATCH] 2.5.41 orinoco_cs.c compile failure

From: David Gibson (hermes@gibson.dropbear.id.au)
Date: Mon Oct 07 2002 - 19:40:31 EST


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 <linux/if_arp.h>
> #include <linux/etherdevice.h>
> #include <linux/wireless.h>
> -#include <linux/tqueue.h>
> +#include <linux/workqueue.h>
>
> #include <pcmcia/version.h>
> #include <pcmcia/cs_types.h>
>

-- 
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/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:01:02 EST