Commit 6776481a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] Sun-3 SCSI warning

Sun-3 SCSI: Kill a warning about a nonmatching prototype after recent SCSI
proc_info() changes.
parent 5bcb4a33
...@@ -754,8 +754,8 @@ static void NCR5380_print_status (struct Scsi_Host *instance) ...@@ -754,8 +754,8 @@ static void NCR5380_print_status (struct Scsi_Host *instance)
static static
char *lprint_Scsi_Cmnd (Scsi_Cmnd *cmd, char *pos, char *buffer, int length); char *lprint_Scsi_Cmnd (Scsi_Cmnd *cmd, char *pos, char *buffer, int length);
static int NCR5380_proc_info (struct Scsi_Host *instance, char *buffer, char **start, off_t offset, int NCR5380_proc_info (struct Scsi_Host *instance, char *buffer, char **start,
int length, int inout) off_t offset, int length, int inout)
{ {
char *pos = buffer; char *pos = buffer;
struct NCR5380_hostdata *hostdata; struct NCR5380_hostdata *hostdata;
......
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