--- linux/drivers/block/paride/paride.c.dist-2.3.3 Fri May 14 00:32:49 1999
+++ linux/drivers/block/paride/paride.c Tue May 18 21:48:18 1999
@@ -247,7 +247,7 @@
pi->pardev = (void *) parport_register_device(
pp,pi->device,NULL,pi_wake_up,NULL,0,(void *)pi);
- init_wait_queue_head(&pi->parq);
+ init_waitqueue_head(&pi->parq);
if (verbose) printk("%s: 0x%x is %s\n",pi->device,pi->port,pp->name);
@@ -357,7 +357,7 @@
pi->parname = NULL;
pi->pardev = NULL;
- init_wait_queue_head(&pi->parq);
+ init_waitqueue_head(&pi->parq);
pi->claimed = 0;
pi->claim_cont = NULL;
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viņa del Mar, Chile +56 32 672616- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/