mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Wichert Akkerman <wichert@wiggy.net>
To: linux-kernel@vger.kernel.org
Cc: David Gibson <hermes@gibson.dropbear.id.au>
Subject: [PATCH] 2.5.41 orinoco_cs.c compile failure
Date: Mon, 7 Oct 2002 23:08:17 +0200	[thread overview]
Message-ID: <20021007210817.GD14953@wiggy.net> (raw)

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 |

             reply	other threads:[~2002-10-07 21:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-07 21:08 Wichert Akkerman [this message]
2002-10-07 21:38 ` Martin Waitz
2002-10-07 22:03   ` Wichert Akkerman
2002-10-08  0:40 ` David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021007210817.GD14953@wiggy.net \
    --to=wichert@wiggy.net \
    --cc=hermes@gibson.dropbear.id.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®