mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.23 tqueue patches
@ 2002-06-19 14:51 Matthew Harrell
  0 siblings, 0 replies; only message in thread
From: Matthew Harrell @ 2002-06-19 14:51 UTC (permalink / raw)
  To: Kernel List

[-- 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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-19 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-19 14:51 2.5.23 tqueue patches Matthew Harrell

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®