diff options
Diffstat (limited to 'drivers/scsi/sata_svw.c')
-rw-r--r-- | drivers/scsi/sata_svw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index db615ff794d8..86644f91f898 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c | |||
@@ -284,7 +284,7 @@ static int k2_sata_proc_info(struct Scsi_Host *shost, char *page, char **start, | |||
284 | #endif /* CONFIG_PPC_OF */ | 284 | #endif /* CONFIG_PPC_OF */ |
285 | 285 | ||
286 | 286 | ||
287 | static Scsi_Host_Template k2_sata_sht = { | 287 | static struct scsi_host_template k2_sata_sht = { |
288 | .module = THIS_MODULE, | 288 | .module = THIS_MODULE, |
289 | .name = DRV_NAME, | 289 | .name = DRV_NAME, |
290 | .ioctl = ata_scsi_ioctl, | 290 | .ioctl = ata_scsi_ioctl, |