Commit 97f700e6 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] wd33c93 compile fix

wd33c93 SCSI: Fix compilation after breakage in 2.5.71
parent 813ab47f
...@@ -1920,7 +1920,7 @@ wd33c93_proc_info(struct Scsi_Host *instance, char *buf, char **start, off_t off ...@@ -1920,7 +1920,7 @@ wd33c93_proc_info(struct Scsi_Host *instance, char *buf, char **start, off_t off
char *bp; char *bp;
char tbuf[128]; char tbuf[128];
struct Scsi_Host *instance; struct WD33C93_hostdata *hd;
Scsi_Cmnd *cmd; Scsi_Cmnd *cmd;
int x, i; int x, i;
static int stop = 0; static int stop = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment