And you need one more to compile the Mac/m68k SCSI driver:
Compile fixes for the NCR5380 core support:
  - All variable declarations must come first in C
  - Fix curly braces
--- linux-2.5.50/drivers/scsi/NCR5380.c	Sun Dec  1 21:45:41 2002
+++ linux-m68k-2.5.x/drivers/scsi/NCR5380.c	Mon Nov 11 20:54:18 2002
@@ -1477,8 +1477,8 @@
 	int len;
 	unsigned long timeout;
 	unsigned char value;
-	int err;
 	NCR5380_setup(instance);
+	int err;
 
 	if (hostdata->selecting) {
 		if(instance->irq != IRQ_NONE)
@@ -2489,9 +2489,8 @@
 						    hostdata->issue_queue;
 						hostdata->issue_queue = (Scsi_Cmnd *) cmd;
 						dprintk(NDEBUG_QUEUES, ("scsi%d : REQUEST SENSE added to head of issue queue\n", instance->host_no));
-					} else
+					} else {
 #endif				/* def AUTOSENSE */
-					{
 						collect_stats(hostdata, cmd);
 						cmd->scsi_done(cmd);
 					}
Gr{oetje,eeting}s,
						Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.orgIn personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
- 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/