* [PATCH] 2.5.41 orinoco_cs.c compile failure
@ 2002-10-07 21:08 Wichert Akkerman
2002-10-07 21:38 ` Martin Waitz
2002-10-08 0:40 ` David Gibson
0 siblings, 2 replies; 4+ messages in thread
From: Wichert Akkerman @ 2002-10-07 21:08 UTC (permalink / raw)
To: linux-kernel; +Cc: David Gibson
Compile fails since orinoco_cs.c tries to use the no longer existing
linux/tqueue.h header. Patch below seems to fix it.
Wichert.
--- drivers/net/wireless/orinoco_cs.c.orig 2002-10-07 23:03:44.000000000 +0200
+++ 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>
--
_________________________________________________________________
/wichert@wiggy.net This space intentionally left occupied \
| wichert@deephackmode.org http://www.wiggy.net/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] 2.5.41 orinoco_cs.c compile failure
2002-10-07 21:08 [PATCH] 2.5.41 orinoco_cs.c compile failure Wichert Akkerman
@ 2002-10-07 21:38 ` Martin Waitz
2002-10-07 22:03 ` Wichert Akkerman
2002-10-08 0:40 ` David Gibson
1 sibling, 1 reply; 4+ messages in thread
From: Martin Waitz @ 2002-10-07 21:38 UTC (permalink / raw)
To: Wichert Akkerman, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
hi :)
On Mon, Oct 07, 2002 at 11:08:17PM +0200, Wichert Akkerman wrote:
> -#include <linux/tqueue.h>
> +#include <linux/workqueue.h>
adding workqueue isn't even needed, just remove tqueue.h
--
CU, / Friedrich-Alexander University Erlangen, Germany
Martin Waitz // [Tali on IRCnet] [tali.home.pages.de] _________
______________/// - - - - - - - - - - - - - - - - - - - - ///
dies ist eine manuell generierte mail, sie beinhaltet //
tippfehler und ist auch ohne grossbuchstaben gueltig. /
-
Wer bereit ist, grundlegende Freiheiten aufzugeben, um sich
kurzfristige Sicherheit zu verschaffen, der hat weder Freiheit
noch Sicherheit verdient.
Benjamin Franklin (1706 - 1790)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] 2.5.41 orinoco_cs.c compile failure
2002-10-07 21:38 ` Martin Waitz
@ 2002-10-07 22:03 ` Wichert Akkerman
0 siblings, 0 replies; 4+ messages in thread
From: Wichert Akkerman @ 2002-10-07 22:03 UTC (permalink / raw)
To: Martin Waitz; +Cc: linux-kernel
Previously Martin Waitz wrote:
> adding workqueue isn't even needed, just remove tqueue.h
That was supposed to be the second patch, but 2.5.41 does not work on
my laptop at all so I didn't get around to that.
Wichert.
--
_________________________________________________________________
/wichert@wiggy.net This space intentionally left occupied \
| wichert@deephackmode.org http://www.wiggy.net/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] 2.5.41 orinoco_cs.c compile failure
2002-10-07 21:08 [PATCH] 2.5.41 orinoco_cs.c compile failure Wichert Akkerman
2002-10-07 21:38 ` Martin Waitz
@ 2002-10-08 0:40 ` David Gibson
1 sibling, 0 replies; 4+ messages in thread
From: David Gibson @ 2002-10-08 0:40 UTC (permalink / raw)
To: Wichert Akkerman, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-08 0:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07 21:08 [PATCH] 2.5.41 orinoco_cs.c compile failure Wichert Akkerman
2002-10-07 21:38 ` Martin Waitz
2002-10-07 22:03 ` Wichert Akkerman
2002-10-08 0:40 ` David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®