lkml.org 
[lkml]   [2002]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject2.5.23 tqueue patches
From

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
--- 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>
\
 
 \ /
  Last update: 2005-03-22 13:26    [W:0.036 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site