linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: newsgate@linuxguru.net
To: linux-kernel@vger.kernel.org
Cc: hermes@gibson.dropbear.id.au
Subject: [PATCH] Orinoco 2.5.39 include fix
Date: Sun, 29 Sep 2002 16:11:59 -0400	[thread overview]
Message-ID: <20020929201159.GA4933@comet> (raw)

2.5.39 with orinoco support fails to include because of tqueue.h isn't
included. This patch fixes that so that the orinoco module compiles.  

This patch has been untested because the keyboard on my Toshiba 505-S5004
has not worked since 2.5.31. :(


(An aside -- Some day I'm going to have a kernel patch accepted. Some
day...)



diff -urN linux-2.5.39/drivers/net/wireless/orinoco.c linux-2.5.39.new/drivers/net/wireless/orinoco.c
--- linux-2.5.39/drivers/net/wireless/orinoco.c	2002-09-27 17:49:54.000000000 -0400
+++ linux-2.5.39.new/drivers/net/wireless/orinoco.c	2002-09-29 15:57:30.000000000 -0400
@@ -372,6 +372,7 @@
 #include <linux/if_arp.h>
 #include <linux/etherdevice.h>
 #include <linux/wireless.h>
+#include <linux/tqueue.h>
 
 #include "hermes.h"
 #include "hermes_rid.h"
diff -urN linux-2.5.39/drivers/net/wireless/orinoco_cs.c linux-2.5.39.new/drivers/net/wireless/orinoco_cs.c
--- linux-2.5.39/drivers/net/wireless/orinoco_cs.c	2002-09-27 17:50:32.000000000 -0400
+++ linux-2.5.39.new/drivers/net/wireless/orinoco_cs.c	2002-09-29 15:57:17.000000000 -0400
@@ -32,6 +32,7 @@
 #include <linux/if_arp.h>
 #include <linux/etherdevice.h>
 #include <linux/wireless.h>
+#include <linux/tqueue.h>
 
 #include <pcmcia/version.h>
 #include <pcmcia/cs_types.h>


-- 
GnuPG fingerprint AAE4 8C76 58DA 5902 761D  247A 8A55 DA73 0635 7400
James Blackwell  --  Director http://www.linuxguru.net

             reply	other threads:[~2002-09-29 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-29 20:11 newsgate [this message]
2002-09-30  3:33 ` [PATCH] Orinoco 2.5.39 include fix 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=20020929201159.GA4933@comet \
    --to=newsgate@linuxguru.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;
as well as URLs for NNTP newsgroup(s).