Hi, The attached patch fixes the compilation of drivers/scsi/wd33c93.c that is currently broken. Seems like the last merge removed the wrong line. JB. -- Julien BLACHE <http://www.jblache.org> <jb@jblache.org>
--- wd33c93.c.orig 2003-07-01 15:31:23.000000000 +0000 +++ wd33c93.c 2003-07-01 15:30:44.000000000 +0000 @@ -1920,7 +1920,7 @@ char *bp; char tbuf[128]; - struct Scsi_Host *instance; + struct WD33C93_hostdata *hd; Scsi_Cmnd *cmd; int x, i; static int stop = 0;