diff options
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
-rw-r--r-- | drivers/scsi/sata_vsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index 2c28f0ad73c2..f67c34330ae9 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -230,6 +230,7 @@ static struct ata_port_operations vsc_sata_ops = { | |||
230 | .scr_write = vsc_sata_scr_write, | 230 | .scr_write = vsc_sata_scr_write, |
231 | .port_start = ata_port_start, | 231 | .port_start = ata_port_start, |
232 | .port_stop = ata_port_stop, | 232 | .port_stop = ata_port_stop, |
233 | .host_stop = ata_host_stop, | ||
233 | }; | 234 | }; |
234 | 235 | ||
235 | static void __devinit vsc_sata_setup_port(struct ata_ioports *port, unsigned long base) | 236 | static void __devinit vsc_sata_setup_port(struct ata_ioports *port, unsigned long base) |