diff options
author | <jgarzik@pretzel.yyz.us> | 2005-06-04 05:54:56 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-04 05:54:56 +0200 |
commit | 73561695b2e77473e353a5ae63bab81ed5098d8e (patch) | |
tree | d039affaa54d38985e41566e4d62e0aa6a170287 /drivers/scsi/sata_sis.c | |
parent | [PATCH] libata basic detection and errata for PATA->SATA bridges (diff) | |
parent | [PATCH] prom_find_machine_type typo breaks pSeries lpar boot (diff) | |
download | linux-73561695b2e77473e353a5ae63bab81ed5098d8e.tar.xz linux-73561695b2e77473e353a5ae63bab81ed5098d8e.zip |
Automatic merge of /spare/repo/linux-2.6/.git branch HEAD
Diffstat (limited to 'drivers/scsi/sata_sis.c')
-rw-r--r-- | drivers/scsi/sata_sis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sata_sis.c b/drivers/scsi/sata_sis.c index 5105ddd08447..e418b89c6b9d 100644 --- a/drivers/scsi/sata_sis.c +++ b/drivers/scsi/sata_sis.c @@ -114,6 +114,7 @@ static struct ata_port_operations sis_ops = { .scr_write = sis_scr_write, .port_start = ata_port_start, .port_stop = ata_port_stop, + .host_stop = ata_host_stop, }; static struct ata_port_info sis_port_info = { |