2.5.23: missing tqueue.h in cpia_pp.c

C. Scott Ananian (cananian@lesser-magoo.lcs.mit.edu)
Wed, 19 Jun 2002 23:57:12 -0400 (EDT)


There seems to be another missing tqueue.h, this time in the CPIA video
driver. The patch is against 2.5.23-dj2, but I believe it applies to
vanilla 2.5.23 as well. Patch is appended; cc me on any replies.
--scott

Boston Serbian assassination Nader COBRA JANE anthrax strategic Kojarena
supercomputer OVER THE HORIZON RADAR NRA [Hello to all my fans in domestic surveillance]
( http://cscott.net/ )

diff -ruHp linux-2.5.23-dj2-orig/drivers/media/video/cpia_pp.c linux-2.5.23-dj2/drivers/media/video/cpia_pp.c
--- linux-2.5.23-dj2-orig/drivers/media/video/cpia_pp.c Wed Jun 19 22:25:03 2002
+++ linux-2.5.23-dj2/drivers/media/video/cpia_pp.c Wed Jun 19 22:35:14 2002
@@ -32,6 +32,7 @@
#include <linux/parport.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
+#include <linux/tqueue.h>
#include <linux/smp_lock.h>

#include <linux/kmod.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/