linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Harrell <lists-sender-14a37a@bittwiddlers.com>
To: Kernel List <linux-kernel@vger.kernel.org>
Subject: 2.5.23 tqueue patches
Date: Wed, 19 Jun 2002 10:51:50 -0400	[thread overview]
Message-ID: <20020619145150.GA4872@bittwiddlers.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]


Just patches where tqueue.h was missing

-- 
  Matthew Harrell                          I don't suffer from insanity - 
  Bit Twiddlers, Inc.                       I enjoy every minute of it.
  mharrell@bittwiddlers.com     

[-- Attachment #2: tqueue.patch --]
[-- Type: text/plain, Size: 1249 bytes --]

--- linux/fs/smbfs/sock.c-ori	Wed Jun 19 09:52:33 2002
+++ linux/fs/smbfs/sock.c	Wed Jun 19 09:52:53 2002
@@ -18,6 +18,7 @@
 #include <linux/mm.h>
 #include <linux/netdevice.h>
 #include <linux/smp_lock.h>
+#include <linux/tqueue.h>
 #include <net/scm.h>
 #include <net/ip.h>
 
--- linux/drivers/pcmcia/i82365.c.ori	Wed Jun 19 10:23:07 2002
+++ linux/drivers/pcmcia/i82365.c	Wed Jun 19 10:21:58 2002
@@ -46,6 +46,7 @@
 #include <linux/ioport.h>
 #include <linux/delay.h>
 #include <linux/proc_fs.h>
+#include <linux/tqueue.h>
 #include <asm/irq.h>
 #include <asm/io.h>
 #include <asm/bitops.h>
--- linux/drivers/usb/net/usbnet.c.ori	Wed Jun 19 10:27:35 2002
+++ linux/drivers/usb/net/usbnet.c	Wed Jun 19 10:27:50 2002
@@ -116,6 +116,7 @@
 #include <linux/etherdevice.h>
 #include <linux/random.h>
 #include <linux/ethtool.h>
+#include <linux/tqueue.h>
 #include <asm/uaccess.h>
 #include <asm/unaligned.h>
 
--- linux/net/irda/ircomm/ircomm_param.c.ori	Wed Jun 19 10:44:51 2002
+++ linux/net/irda/ircomm/ircomm_param.c	Wed Jun 19 10:46:38 2002
@@ -29,6 +29,7 @@
  ********************************************************************/
 
 #include <linux/sched.h>
+#include <linux/tqueue.h>
 #include <linux/interrupt.h>
 
 #include <net/irda/irda.h>

                 reply	other threads:[~2002-06-19 14:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020619145150.GA4872@bittwiddlers.com \
    --to=lists-sender-14a37a@bittwiddlers.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mharrell-dated-1024930311.21b73e@bittwiddlers.com \
    /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).