ips.c remove tqueue.h

ips.c remove tqueue.h

Post by Paul Larso » Thu, 03 Oct 2002 16:50:10



The ips.c driver wasn't compiling and broke my nightly run last night.
It doesn't look like they were even using task queues though, so
removing the include fixed it.  Tested that it compiles and boots with
this.

Please apply.

-Paul Larson

--- linux-2.5/drivers/scsi/ips.c        Thu Aug 22 12:02:43 2002

 #include <linux/pci.h>
 #include <linux/proc_fs.h>
 #include <linux/reboot.h>
-#include <linux/tqueue.h>
 #include <linux/interrupt.h>

 #include <linux/blk.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

ips.c remove tqueue.h

Post by Martin Wait » Thu, 03 Oct 2002 23:50:13


hi :)

same problem with orinoco_cs.c:

--- linux-2.5.orig/drivers/net/wireless/orinoco_cs.c    2002-10-02 23:42:43.000000000 +0200

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

--
CU,               / Friedrich-Alexander University Erlangen, Germany
Martin Waitz    //  [Tali on IRCnet]  [tali.home.pages.de] _________
______________/// - - - - - - - - - - - - - - - - - - - - ///
dies ist eine manuell generierte mail, sie beinhaltet    //
tippfehler und ist auch ohne grossbuchstaben gueltig.   /
                            -
Wer bereit ist, grundlegende Freiheiten aufzugeben, um sich
kurzfristige Sicherheit zu verschaffen, der hat weder Freiheit
noch Sicherheit verdient.
                        Benjamin Franklin  (1706 - 1790)

  application_pgp-signature_part
< 1K Download

 
 
 

ips.c remove tqueue.h

Post by Paul Larso » Tue, 08 Oct 2002 23:50:06


It looks like the ips.c driver is still broken in 2.5.41 because of the
task queue removal.  Could you please apply this trivial patch so that
my nightly tests of the bk snapshot will run?

Thanks,
Paul Larson

--- linux-2.5/drivers/scsi/ips.c        Thu Aug 22 12:02:43 2002

 #include <linux/pci.h>
 #include <linux/proc_fs.h>
 #include <linux/reboot.h>
-#include <linux/tqueue.h>
 #include <linux/interrupt.h>

 #include <linux/blk.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/