* [PATCH] Fix broken wd33c93.c
@ 2003-07-01 15:34 Julien BLACHE
0 siblings, 0 replies; only message in thread
From: Julien BLACHE @ 2003-07-01 15:34 UTC (permalink / raw)
To: ralf; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
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>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Fix wd33c93.c --]
[-- Type: text/x-patch, Size: 273 bytes --]
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-07-01 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-01 15:34 [PATCH] Fix broken wd33c93.c Julien BLACHE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox