X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Fpas16.c;h=f09e94af9ade6b7d2cfe4843412301f3c0e47573;hb=2edc322d420a4cec8dbc184a1220ecd7fa9f8ae6;hp=72bc947e45b6481a1d7e21361a72f9914c5519e1;hpb=839c5d2511fadc35cc4e8a8ffa833d76668700b2;p=linux-2.6-omap-h63xx.git diff --git a/drivers/scsi/pas16.c b/drivers/scsi/pas16.c index 72bc947e45b..f09e94af9ad 100644 --- a/drivers/scsi/pas16.c +++ b/drivers/scsi/pas16.c @@ -369,7 +369,7 @@ void __init pas16_setup(char *str, int *ints) } /* - * Function : int pas16_detect(Scsi_Host_Template * tpnt) + * Function : int pas16_detect(struct scsi_host_template * tpnt) * * Purpose : detects and initializes PAS16 controllers * that were autoprobed, overridden on the LILO command line, @@ -381,7 +381,7 @@ void __init pas16_setup(char *str, int *ints) * */ -int __init pas16_detect(Scsi_Host_Template * tpnt) +int __init pas16_detect(struct scsi_host_template * tpnt) { static int current_override = 0; static unsigned short current_base = 0; @@ -615,7 +615,7 @@ static int pas16_release(struct Scsi_Host *shost) return 0; } -static Scsi_Host_Template driver_template = { +static struct scsi_host_template driver_template = { .name = "Pro Audio Spectrum-16 SCSI", .detect = pas16_detect, .release = pas16_release,