Does this help ?
--- drivers/scsi/ppa.c~ 2002-10-27 14:05:37.000000000 +0000
+++ drivers/scsi/ppa.c 2002-10-27 14:05:37.000000000 +0000
@@ -201,6 +201,8 @@
default: /* Never gets here */
continue;
}
+
+ INIT_WORK(&ppa_hosts[i].ppa_tq, ppa_interrupt, &ppa_hosts[i]);
host->can_queue = PPA_CAN_QUEUE;
host->sg_tablesize = ppa_sg;
-
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/