mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [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

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®